refactor!: server add provisions/deploys traefik

This commit is contained in:
2021-10-22 11:42:47 +02:00
parent b72fa28ddb
commit 8cd9f2700f
3 changed files with 259 additions and 153 deletions

View File

@ -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,