forked from toolshed/abra
docs: taking a pass on sub cmd docs
This commit is contained in:
@ -13,13 +13,10 @@ var ServerCommand = &cli.Command{
|
||||
These commands support creating, managing and removing servers using 3rd party
|
||||
integrations.
|
||||
|
||||
Servers can be created and provisioned from scratch so that they are capable of
|
||||
hosting Co-op Cloud apps. This can be achieved by using the "abra server new"
|
||||
command.
|
||||
|
||||
If you already have a server, you can add it to your configuration using "abra
|
||||
server add". Abra can provision existing servers also, see available flags on
|
||||
"server add" for more.
|
||||
Servers can be created from scratch using the "abra server new" command. If you
|
||||
already have a server, you can add it to your configuration using "abra server
|
||||
add". Abra can provision servers so that they are ready to deploy Co-op Cloud
|
||||
apps, see available flags on "server add" for more.
|
||||
`,
|
||||
Subcommands: []*cli.Command{
|
||||
serverNewCommand,
|
||||
|
Reference in New Issue
Block a user