secret
secret update
Update the value of an existing secret
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update the value of an existing secret
flexai secret update <secret_name> [flags]
| Argument | Type | Required | Description |
|---|---|---|---|
secret_name | string | Yes | The name of the FlexAI Secret to update. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--value-stdin | -p | boolean | Take the secret value from stdin |
--verbose | -v | boolean | Enable verbose logging |
Was this page helpful?