docs: explain -D for "server add"

This commit is contained in:
decentral1se 2024-06-25 00:27:16 +02:00
parent 938534f5ac
commit 349cacc1f2
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

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