Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Releases: SAP-archive/commerce-ccv2ctl

v0.6.1

18 Sep 09:44
Compare
Choose a tag to compare

Changed

  • Use new v2 API endpoints for builds and deployments.
    This also changes the output for all related commands, ccv2ctl returns the responses of the APIs as-is

support new deployment modes part 2

18 Sep 09:41
Compare
Choose a tag to compare

Commerce Cloud 1909 changes how deployments are controlled.

This release updates the create deployment command to support the two new fields "Data Migration Mode" (IMHO this field should be named "Database Update Mode" ¯\(ツ)/¯) and "Deployment Mode" (this also fixes #7)

Usage:
  ccv2ctl create deployment [flags]

Flags:
  -b, --build string            Build to deploy
  -d, --deploymentmode string   Deployment mode: RECREATE, ROLLING_UPDATE (default "ROLLING_UPDATE")
  -e, --environment string      Target environment
  -h, --help                    help for deployment
  -m, --migrationmode string    Migration mode: NONE, UPDATE, INITIALIZE (default "NONE")

support new deployment modes

18 Sep 09:41
Compare
Choose a tag to compare

The create deployment command now supports the new deployment modes released with CCv2 1905:

  • offline_none
  • none
  • offline_update
  • update
  • initialize