This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
Releases: SAP-archive/commerce-ccv2ctl
Releases · SAP-archive/commerce-ccv2ctl
v0.6.1
support new deployment modes part 2
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
The create deployment
command now supports the new deployment modes released with CCv2 1905:
offline_none
none
offline_update
update
initialize