Deliver your current change into Ocuroot
The deliver
command creates new builds for packages that have been modified by your latest commit.
Deliver will create new builds for any packages that have been modified by your latest commit in the current repo.
Once the builds are complete, the packages will be deployed to any environments that they can be deployed to without further testing, as per policy.
You can specify which packages to deliver by adding the --package
flag.
--package
: Filter to a specific set of packages (can be specified multiple times)--all-packages
: Deliver all packages in the repositorybuild
: Build a specific packagedeploy
: Deploy a specific build to an environmentreview
: Review and validate a packageDeliver your current change into Ocuroot
The deliver
command creates new builds for packages that have been modified by your latest commit.
Deliver will create new builds for any packages that have been modified by your latest commit in the current repo.
Once the builds are complete, the packages will be deployed to any environments that they can be deployed to without further testing, as per policy.
You can specify which packages to deliver by adding the --package
flag.
--package
: Filter to a specific set of packages (can be specified multiple times)--all-packages
: Deliver all packages in the repositorybuild
: Build a specific packagedeploy
: Deploy a specific build to an environmentreview
: Review and validate a package