docs: explain -D for "server add"
This commit is contained in:
parent
938534f5ac
commit
349cacc1f2
@ -116,7 +116,11 @@ Or using the name "example" which is not resolvable on the public Internet:
|
||||
If "--local" is passed, then Abra assumes that the current local server is
|
||||
intended as the target server. This is useful when you want to have your entire
|
||||
Co-op Cloud config located on the server itself, and not on your local
|
||||
developer machine.
|
||||
developer machine. The domain is then set to "default".
|
||||
|
||||
You can also pass "--no-domain-checks/-D" flag to use any arbitrary name
|
||||
instead of a real domain. Host will be resolved with the "hostname" entry of
|
||||
your SSH configuration. Checks for a valid online domain will be skipped.
|
||||
`,
|
||||
Flags: []cli.Flag{
|
||||
internal.DebugFlag,
|
||||
|
Loading…
x
Reference in New Issue
Block a user