We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c5c7e commit c65be1eCopy full SHA for c65be1e
README.md
@@ -23,7 +23,7 @@ COMMANDS:
23
help, h Shows a list of commands or help for one command
24
25
GLOBAL OPTIONS:
26
- --server value, -s value URI to ATMOS API (default: "https://localhost/") [$ATMOS_API]
+ --server value, -s value URI to ATMOS API (default: "http://localhost/api/v0") [$ATMOS_API]
27
--help, -h show help (default: false)
28
--version, -v print the version (default: false)
29
```
internal/domain/flags.go
@@ -17,7 +17,7 @@ var (
17
18
// Global: Value Flags
19
const (
20
- ServerFlagValue string = "https://localhost/"
+ ServerFlagValue string = "http://localhost/api/v0"
21
)
22
// Name Flags
0 commit comments