CLI Commands
builds
List and manage builds
Builds Command
The builds
command allows you to list and manage builds in your Ocuroot system.
Usage
Description
The builds command displays information about builds for a specific package or all packages. This includes build IDs, status, and other relevant metadata.
Arguments
package
: (Optional) The name of the package to list builds for. If omitted, shows builds for all packages.
Examples
Output
The command outputs a list of builds with details such as:
- Build ID
- Package name
- Build status
- Creation timestamp
Related Commands
build
: Create a new builddeploy
: Deploy a build to an environment