generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve help docs for config/secret --json flag (#3782)
Fixes #3408 Adds more info to the `--json` flag for `ftl config/secret set` commands ``` Command flags: --json Assume input value is JSON. Note: For string secrets, the JSON value itself must be a string (e.g., '"hello"' or '"{'key': 'value'}"'). ``` and ``` Command flags: --json Assume input value is JSON. Note: For string configs, the JSON value itself must be a string (e.g., '"hello"' or '"{'key': 'value'}"'). ```
- Loading branch information
1 parent
7534973
commit 1857119
Showing
5 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: v1 | ||
plugins: | ||
- plugin: prost | ||
out: src/protos | ||
opt: | ||
- bytes=. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters