Releasing a New Version

Often you would want to release a new version of your application. To do the same, you can follow one of the two ways -

  1. Use Cosmocloud Deploy console.

  2. Use Cosmocloud Deploy CLI.

Using Cosmocloud Deploy Console

  1. Go to App Services and open your preferred App Service.

  2. Click on the Deploy new version button on the top right.

  3. Mention the new release version you want to deploy and select the environment on which it would be deployed.

  4. Click Deploy.

Using Cosmocloud Deploy CLI

  1. Make sure you have the Cosmocloud Deploy CLI installed.

  2. Run the following command -

cosmocloud release --organisation <organisation_name> --app-service <app_service_name> --version <version_number> --environment <environment_name>

Last updated