rwx image

Manage OCI images on RWX

The rwx image command provides subcommands for building, pushing, and pulling OCI-compliant container images.

Usage

rwx image <command> [OPTIONS]

Subcommands

  • build - Launch a targeted RWX run and pull its result as an OCI image
  • push - Push an RWX task to an OCI reference
  • pull - Pull an existing RWX task as an OCI image

Global Options

--output <format>

Output format: text or json. Defaults to text.

--access-token <token>

The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.