aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornotgne22021-01-01 19:35:22 -0700
committernotgne22021-01-01 19:35:22 -0700
commit3b08cef157aeca944245d73e92e688438448bfa8 (patch)
tree933e0c5837a794d9a27afc059ea7448749db23d1 /README.md
parent4ba83f14ceb7136794e7676b71688b903d2c60ab (diff)
Document quotating profile or hostnames with a `.` in CLI (closes #10)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fcaf6e2..335fcd0 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, 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`