Skip to content

Commit

Permalink
Merge pull request #1 from enchobelezirev/master
Browse files Browse the repository at this point in the history
Add cf-mta-plugin sources
  • Loading branch information
nvvalchev authored Oct 6, 2017
2 parents 0474e57 + ddd8fd6 commit 56333b6
Show file tree
Hide file tree
Showing 990 changed files with 222,150 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tmp/
out/
cf-cli-plugin
mta-op-*/
.DS_Store
*/.DS_Store
mta_plugin_darwin_amd64
mta_plugin_linux_amd64
mta_plugin_windows_amd64.exe
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go
go:
- 1.8
install:
- chmod +x bin/test.sh
- chmod +x bin/build.sh
- go get -t -v ./...
script: bin/test.sh
branches:
only:
- master
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Initial public version 1.0.5

* Supported MTA Operations:
* deploy - Deploy MTA
* undeploy - Undeploy MTA
* bg-deploy - Deploy MTA using blue-green approach
* mta/mtas - List existing MTA/MTAs
* mta-ops - Show MTA operations
* download-mta-op-logs - Download process logs for MTA
Loading

0 comments on commit 56333b6

Please sign in to comment.