You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/config/testdata/help.golden
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Supported settings:
9
9
- `dev-stream-uri`: Streaming service endpoint that the dev server uses to obtain authoritative flag data. This may be a LaunchDarkly or Relay Proxy endpoint
10
10
- `environment`: Default environment key
11
11
- `flag`: Default feature flag key
12
-
- `output`: Command response output format in either JSON or plain text
12
+
- `output`: Output format: json or plaintext (default: plaintext in a terminal, json otherwise)
13
13
- `port`: Port for the dev server to run on
14
14
- `project`: Default project key
15
15
- `sync-once`: Only sync new projects. Existing projects will neither be resynced nor have overrides specified by CLI flags applied.
@@ -28,4 +28,4 @@ Global Flags:
28
28
--analytics-opt-out Opt out of analytics tracking
29
29
--base-uri string LaunchDarkly base URI (default "https://app.launchdarkly.com")
30
30
--json Output JSON format (shorthand for --output json)
31
-
-o, --output string Command response output format in either JSON or plain text (default "plaintext")
31
+
-o, --output string Output format: json or plaintext (default: plaintext in a terminal, json otherwise) (default "plaintext")
0 commit comments