Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Updated readme, updated glideps, locked to 0.2.0 of gocomposeapi
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Aug 21, 2017
1 parent 000425a commit 4301e84
Show file tree
Hide file tree
Showing 75 changed files with 5,746 additions and 4,310 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ can be obtained from the Compose console's Account view.

Further details to follow.

## Bach commands
```
Bach is designed as simple route to accessing the Compose API
Usage:
bach [command]
Expand All @@ -30,7 +29,9 @@ Available Commands:
recipe Show details of a recipe
recipes Show Recipes related to deployment
scale Show scale information for a deployment
teams Commands for teams
user Show user information
users Show all users on account
versions Show versions for deployment database
watch Watch a recipe status
Expand All @@ -44,6 +45,26 @@ Flags:
--token string Your API Token (default "Your API Token")
--wait Automatically silently wait for a resulting recipe to finish
--watch Automatically watch a resulting recipe
Use "bach [command] --help" for more information about a command.
```

## Bach subcommands
```
bach backups [command]
get Show Backup details for deployment
list Show Backups for deployment
restore Restore a deployment
start Start backups for a deployment
bach teams [command]
create Create named team
get get team details
list Show teams
user Commands for team users
bach teams user [command]
add add user to a team
rem removes user from a team
```
18 changes: 9 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: github.com/compose/bach
import:
- package: github.com/compose/gocomposeapi
version: master
version: 0.2.0
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
41 changes: 41 additions & 0 deletions vendor/github.com/compose/gocomposeapi/database.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion vendor/github.com/compose/gocomposeapi/deployment.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 51 additions & 4 deletions vendor/github.com/pelletier/go-toml/doc_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions vendor/github.com/pelletier/go-toml/marshal_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/cobra/cmd/add.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions vendor/golang.org/x/net/http2/h2i/h2i.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4301e84

Please sign in to comment.