We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fcd3c commit 74217f1Copy full SHA for 74217f1
README.md
@@ -133,7 +133,8 @@ curl -H "cid:<cid>" http://127.0.0.1:65531/api/v1/start/<env>
133
curl -H "cid:<cid>" http://127.0.0.1:65531/api/v1/stop/<env>
134
curl -H "cid:<cid>" http://127.0.0.1:65531/api/v1/destroy/<env>
135
```
136
-
+Where <cid> is your token/namespace. For convenience, in a *private cluster*,
137
+we suggest using md5 hash of your public key as <cid>.
138
To test, lets create simple CBSDfile, where CLOUD_KEY - is your publickey string:
139
140
CLOUD_URL="http://127.0.0.1:65531"
0 commit comments