We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2acad6 commit c636b9eCopy full SHA for c636b9e
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