Usage
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
secret_name | string | Yes | The name of the FlexAI Secret to create. |
Flags
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--value-stdin | -p | boolean | Take the Secret’s value directly from the Standard input (stdin) instead of the default interactive prompt. Especially useful for storing secrets from environment variables or files. |
--verbose | -v | boolean | Provides more detailed output when creating a Secret. |