rwx update base

Update base images in RWX run configurations. Adds a base image to run configurations that don't have one, and migrates deprecated os and tag fields to the new image and config format.

Usage

rwx update base [flags] [file...]

Arguments

[file...]

One or more RWX configuration files to update. If not specified, updates all toplevel YAML files in the .rwx directory.

Options

-d, --dir <directory>

The directory your RWX configuration files are located in, typically .rwx. By default, the CLI traverses up until it finds a .rwx directory.

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.