0
0
forked from toolshed/abra

docs: further server docs [ci skip]

This commit is contained in:
2021-10-22 13:35:53 +02:00
parent d54a45bef7
commit 8f55330210
3 changed files with 12 additions and 5 deletions

View File

@ -42,7 +42,7 @@ var provisionFlag = &cli.BoolFlag{
var traefik bool
var traefikFlag = &cli.BoolFlag{
Name: "traefi",
Name: "traefik",
Aliases: []string{"t"},
Value: false,
Usage: "Deploy traefik",
@ -242,7 +242,7 @@ func deployTraefik(c *cli.Context, cl *dockerClient.Client, domainName string) e
var serverAddCommand = &cli.Command{
Name: "add",
Usage: "Add a server to your Abra configuration",
Usage: "Add a server to your configuration",
Description: `
This command adds a new server to your configuration so that it can be managed
by Abra.