refactor!: server add provisions/deploys traefik
This commit is contained in:
@ -10,15 +10,12 @@ var ServerCommand = &cli.Command{
|
||||
Aliases: []string{"s"},
|
||||
Usage: "Manage servers via 3rd party providers",
|
||||
Description: `
|
||||
Manage the lifecycle of a server.
|
||||
|
||||
These commands support creating new servers using 3rd party integrations,
|
||||
initialising existing servers to support Co-op Cloud deployments and managing
|
||||
the connections to those servers.
|
||||
These commands support creating and managing servers using 3rd party
|
||||
integrations. Servers can be provisioned from scratch so that they are capable
|
||||
of hosing Co-op Cloud apps.
|
||||
`,
|
||||
Subcommands: []*cli.Command{
|
||||
serverNewCommand,
|
||||
serverInitCommand,
|
||||
serverAddCommand,
|
||||
serverListCommand,
|
||||
serverRemoveCommand,
|
||||
|
Reference in New Issue
Block a user