Synchronize environments with desired state
The sync
command synchronizes your environments with their desired state by executing required actions to deploy the latest builds of your packages.
The sync command ensures that your environments are up-to-date with their desired state. It will:
--environment
: Filter specific environments to sync (can be specified multiple times)--package
: Filter specific packages to sync (can be specified multiple times)--continuous
: Run in continuous mode, watching for changesdeploy
: Deploy a specific build to an environmentenvironment
: Manage deployment environmentsbuild
: Build packages and return outputsSynchronize environments with desired state
The sync
command synchronizes your environments with their desired state by executing required actions to deploy the latest builds of your packages.
The sync command ensures that your environments are up-to-date with their desired state. It will:
--environment
: Filter specific environments to sync (can be specified multiple times)--package
: Filter specific packages to sync (can be specified multiple times)--continuous
: Run in continuous mode, watching for changesdeploy
: Deploy a specific build to an environmentenvironment
: Manage deployment environmentsbuild
: Build packages and return outputs