From 349cacc1f27c2880c327b7a5ebe343e60d4d3ab9 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 25 Jun 2024 00:27:16 +0200 Subject: [PATCH] docs: explain -D for "server add" --- cli/server/add.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cli/server/add.go b/cli/server/add.go index 58832821..78e6be7b 100644 --- a/cli/server/add.go +++ b/cli/server/add.go @@ -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,