rwx update
Update versions for base images and RWX packages.
Usage
rwx update [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
--allow-major-version-change
Update to the latest major version, not just the latest minor version.
-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.
Subcommands
- base - Update base images in RWX run configurations
- packages - Update all packages to their latest (minor) version
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.