eas secret:create
Create an environment secret on the current project or owner account
Options
Name | Description |
---|---|
--force | Delete and recreate existing secrets |
--name <Value> | Name of the secret |
--non-interactive | Run the command in non-interactive mode |
--scope <Scope> | [default: project] Scope for the secret |
--type <Type> | The type of secret |
--value <Value> | Text value or path to a file to store in the secret |