CLI (v0.57.0)Reference
wriftai variables create
CLI reference for wriftai variables create
wriftai variables create
Create a variable
wriftai variables create <key> [flags]Examples
Create a plain variable
$ wriftai variables create MY_API_KEY --value "some-value"
Create a secret variable
$ wriftai variables create MY_API_KEY --value "some-value" --secretOptions
-h, --help help for create
-o, --output format Set output format. Supported formats: json, yaml (default json)
--secret Mark the variable as a secret. The value of secret variables is never returned.
--value string The value of the variable (required).Options inherited from parent commands
--debug Enable debug modeSEE ALSO
- wriftai variables - Operations related to variables on WriftAI