CLI Commands
deliver
Deliver your current change into Ocuroot
Deliver Command
The deliver
command creates new builds for packages that have been modified by your latest commit.
Usage
Description
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.
Flags
--package
: Filter to a specific set of packages (can be specified multiple times)--all-packages
: Deliver all packages in the repository- Inherits global flags from the root command
Examples
Behavior Notes
- The command will issue a warning if there are uncommitted files in your repository
- It is recommended to commit or stash changes before delivering to ensure predictable build results
Related Commands
build
: Build a specific packagedeploy
: Deploy a specific build to an environmentreview
: Review and validate a package