summaryrefslogtreecommitdiffstats
path: root/dev-shell
diff options
context:
space:
mode:
Diffstat (limited to 'dev-shell')
-rwxr-xr-xdev-shell12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-shell b/dev-shell
index d04935e..e3bc936 100755
--- a/dev-shell
+++ b/dev-shell
@@ -65,12 +65,12 @@ EOF
else
cat >&2 <<EOF
Available commands:
- Fetch object: get <path>
- Create/update object: put <path> <JSON content>
- Add member to set: post <path> <JSON content>
- Delete object: delete <path>
- Fetch metadata: meta <path>
- Start transaction: start
+ Fetch object: get <path>
+ Create/update object: put <path> <JSON content>
+ Add member to set/perform action: post <path> <JSON content>
+ Delete object: delete <path>
+ Fetch metadata: meta <path>
+ Start transaction: start
Example: put /awall/zone/internet '{"iface": ["eth0"]}'