quantcdn/Quant Cloud Environment Variables
Manage environment variables in Quant Cloud environments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Quant API key | yes | — |
| organization | Quant organisation ID | yes | — |
| app_name | Name of your application | yes | — |
| environment_name | Name of the environment | yes | — |
| base_url | Quant Cloud API base URL | no | https://dashboard.quantcdn.io |
| operation | Operation to perform: list, set, clear, delete | no | list |
| replace | Replace ALL variables (removes any not in input). Uses bulk API. Only applies to set operation. | no | false |
| env_file | Path to .env file (for set operation) | no | — |
| json_vars | JSON string of variables (for set operation) | no | — |
| variables | Newline or comma-separated KEY=VALUE pairs (for set operation) | no | — |
| keys | Newline or comma-separated list of variable keys to delete (for delete operation) | no | — |
Outputs
| name | description |
|---|---|
| variables | JSON string of all variables (list operation) |
| count | Number of variables (list operation) |
| updated_count | Number of variables successfully set (set operation) |
| deleted_count | Number of variables successfully deleted (clear/delete operation) |
| failed_count | Number of variables that failed to update/delete |