From b4828a6f0a0c66d08feb77aae7f557668b4c59dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Peji=C4=87?= Date: Sun, 26 Jul 2020 12:09:15 +0200 Subject: [PATCH] docs: Update FAQ to mention temp absence of remote --- docs/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 819cbeca..f3d7460b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -287,6 +287,13 @@ an instance of mgmt running, or if a related file locking issue occurred. To solve this, shutdown and running mgmt process, run `rm mgmt` to remove the file, and then get a new one by running `make` again. +### The docs speaks of `--remote` but the CLI errors out? + +The `--remote` flag existed in an earlier version of mgmt. It was removed and +will be replaced with a more powerful version, which is a "remote" resource. The +code is mostly ready but it's not finished. If you'd like to help finish it or +sponsor the work, please let me know. + ### Does this support Windows? OSX? GNU Hurd? Mgmt probably works best on Linux, because that's what most developers use for