feat: no domain checks flag

See coop-cloud/organising#281.
This commit is contained in:
2021-12-21 23:57:20 +01:00
parent e9b4541c91
commit b72bad955a
4 changed files with 22 additions and 7 deletions

View File

@ -392,6 +392,15 @@ var NewAppNameFlag = &cli.StringFlag{
Destination: &NewAppName,
}
var NoDomainChecks bool
var NoDomainChecksFlag = &cli.BoolFlag{
Name: "no-domain-checks",
Aliases: []string{"nd"},
Value: false,
Usage: "Disable app domain sanity checks",
Destination: &NoDomainChecks,
}
// SSHFailMsg is a hopefully helpful SSH failure message
var SSHFailMsg = `
Woops, Abra is unable to connect to connect to %s.