Skip to content

Quant Cloud Environment State

Actions
Update the state of an environment in Quant Cloud
v1.1.0
Latest
Star (0)

Quant Cloud Environment State Action

This GitHub Action updates the state of an environment in Quant Cloud.

Usage

- name: Update Environment State
  uses: quantcdn/quant-cloud-environment-state-action@v1
  with:
    api_key: ${{ secrets.QUANT_API_KEY }}
    organization: your-org-name
    application: your-app-name
    environment: your-env-name
    base_url: https://api.quant.cloud  # Optional
    action: redeploy  # Optional, defaults to 'redeploy'

Inputs

  • api_key: Your Quant Cloud API key (required)
  • organization: Your Quant Cloud organisation name (required)
  • application: Your Quant Cloud application name (required)
  • environment: Your Quant Cloud environment name (required)
  • base_url: Quant Cloud API base URL (optional)
  • action: Action to perform (optional, defaults to 'redeploy')

Contributing

See CONTRIBUTING.md for development and release information.

Quant Cloud Environment State is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update the state of an environment in Quant Cloud
v1.1.0
Latest

Quant Cloud Environment State is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.