0.0.1
cs service:info
CLI command and select the service. You will find which versions deployed on private and demo environments.0.0.2
version and 0.0.1
on the demo. cs project:service:info
CLI command, select project and service to display. cs push
CLI command. More information about pushing changes can be found in Services section. After pushing changes - a new version will be available on the private environment.package.json
file.cs push
command - changes will be available only on the private environment. cs promote
CLI command. This command will deploy changes from private to demo environment and makes a new version available for update/include into projects. Promoted version to demo environment is marks as LATEST
cs project:service:promote
CLI command. It allows you to move already deployed version to another environment.cs project:service:roll
CLI command, where you can select project, environment where will be applied changes, service and version. latest
version if you need a latest available service version.cs project:service:roll
and just select needed version and environment where to deploy needed version.