aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotgne22021-01-24 18:54:36 -0700
committerGitHub2021-01-24 18:54:36 -0700
commit4be67edc240f5b30dcd11f7598f3b8801304a310 (patch)
treebbc503f06540f8ee953cd0a1f0b44c11f3722a68
parenta33127ad4144282696b061af61c188e75ee49452 (diff)
parentb35fccfd67945d029906c217a6302928e849a3eb (diff)
Merge pull request #41 from serokell/notgne2/document-hostname-dot
Document quotating profile or hostnames with a `.` in CLI
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fcaf6e2..34f92c3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A Simple, multi-profile Nix-flake deploy tool.
Basic usage: `deploy [options] <flake>`.
-The given flake can be just a source `my-flake`, or optionally specify the node to deploy `my-flake#my-node`, or specify a profile too `my-flake#my-node.my-profile`.
+The given flake can be just a source `my-flake`, or optionally specify the node to deploy `my-flake#my-node`, or specify a profile too `my-flake#my-node.my-profile`. If your profile or node name has a `.` in it, simply wrap it in quotes, and the flake path in quotes (to avoid shell escaping), for example `'my-flake."myserver.com".system'`.
You can try out this tool easily with `nix run`:
- `nix run github:serokell/deploy-rs your-flake`