Copy
Ask AI
firectl secret update [flags]
Examples
Copy
Ask AI
firectl secret update --id MY_SECRET --value newvalue
firectl secret update --id AWS_CREDS --from-file aws-credentials.json
firectl secret update --id AWS_CREDS --aws-access-key-id AKIA... --aws-secret-access-key ...
Flags
Copy
Ask AI
--aws-access-key-id string AWS access key ID (automatically formats as JSON with --aws-secret-access-key)
--aws-secret-access-key string AWS secret access key (automatically formats as JSON with --aws-access-key-id)
--dry-run Print the request proto without running it.
--from-file string Path to a file containing the secret value
-h, --help help for update
--id string The id of the secret to be updated
-o, --output Output Set the output format to "text", "json", or "flag". (default text)
--value string The new value of the secret
Global flags
Copy
Ask AI
-a, --account-id string The Fireworks account ID. If not specified, reads account_id from ~/.fireworks/auth.ini.
--api-key string An API key used to authenticate with Fireworks.
-p, --profile string fireworks auth and settings profile to use.