Builds Command

The builds command allows you to list and manage builds in your Ocuroot system.

Usage

ocuroot builds [package]

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

# List all builds
ocuroot builds

# List builds for a specific package
ocuroot builds MyPackage

Output

The command outputs a list of builds with details such as:

  • Build ID
  • Package name
  • Build status
  • Creation timestamp
  • build: Create a new build
  • deploy: Deploy a build to an environment