quantcdn/Quant Cloud Environment
Creates or updates an environment in Quant Cloud
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 for the environment | yes | — |
| base_url | Quant Cloud API URL | no | https://dashboard.quantcdn.io |
| from_environment | Name of the environment to clone configuration from (only used when creating a new environment) | no | — |
| compose_spec | Compose specification for the environment (required for updates, optional for new environments if from_environment is provided) | no | — |
| image_suffix | Suffix to append to container image names (e.g. "feature-xyz" transforms "cli-latest" to "cli-feature-xyz") | no | — |
| operation | Operation to perform: create, update, or delete | no | create |
Outputs
| name | description |
|---|---|
| environment_name | The name of the created or updated environment |