quantcdn/Quant Cloud Environment Variables

Manage environment variables in Quant Cloud environments

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyQuant API keyyes
organizationQuant organisation IDyes
app_nameName of your applicationyes
environment_nameName of the environmentyes
base_urlQuant Cloud API base URLnohttps://dashboard.quantcdn.io
operationOperation to perform: list, set, clear, deletenolist
replaceReplace ALL variables (removes any not in input). Uses bulk API. Only applies to set operation.nofalse
env_filePath to .env file (for set operation)no
json_varsJSON string of variables (for set operation)no
variablesNewline or comma-separated KEY=VALUE pairs (for set operation)no
keysNewline or comma-separated list of variable keys to delete (for delete operation)no
namedescription
variablesJSON string of all variables (list operation)
countNumber of variables (list operation)
updated_countNumber of variables successfully set (set operation)
deleted_countNumber of variables successfully deleted (clear/delete operation)
failed_countNumber of variables that failed to update/delete