Thanks to visit codestin.com Credit goes to github.com
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.
2 parents d2acad6 + c636b9e commit f1cb1eeCopy full SHA for f1cb1ee
README.md
@@ -89,7 +89,7 @@ initialize CLI and start communicating with the Database Lab server(s).
89
### Initialize CLI tool
90
```bash
91
dblab init \
92
- --environment_id=tutorial \
+ --environment-id=tutorial \
93
--url=http://$IP_OR_HOSTNAME:3000 \
94
--token=secret_token
95
```
cmd/cli/commands/client.go
@@ -13,7 +13,7 @@ import (
13
14
// CLI configuration keys.
15
const (
16
- EnvironmentIDKey = "environment_id"
+ EnvironmentIDKey = "environment-id"
17
URLKey = "url"
18
TokenKey = "token"
19
InsecureKey = "insecure"
0 commit comments