File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ wmill add <remote_path:string> --value=<value:string> [--secret] [--description=
24
24
25
25
### Options
26
26
27
- | Option | parameter | Description |
28
- | --------------- | --------------- | ------------------------------------------------ ------------------------------------------------------------------------ |
29
- | ` --value ` | ` <value> ` | The value of the variable. |
30
- | ` --secret ` | None | (Optional) Specifies whether the variable is a secret. If provided, the value will be encrypted in the remote workspace. |
31
- | ` --description ` | ` <description> ` | (Optional) A description of the variable. |
32
- | ` --account ` | ` <account> ` | (Optional) The account associated with the variable. |
33
- | ` --oauth ` | None | (Optional) Specifies whether the variable requires OAuth authentication. |
27
+ | Option | parameter | Description |
28
+ | ----------------- | --------------- | ------------------------------------------------------------------------ |
29
+ | ` --value ` | ` <value> ` | The value of the variable. |
30
+ | ` --plain-secrets ` | None | (Optional) Specifies whether the variable is plain and not a secret |
31
+ | ` --description ` | ` <description> ` | (Optional) A description of the variable. |
32
+ | ` --account ` | ` <account> ` | (Optional) The account associated with the variable. |
33
+ | ` --oauth ` | None | (Optional) Specifies whether the variable requires OAuth authentication. |
34
34
35
35
### Example
36
36
You can’t perform that action at this time.
0 commit comments