rwx packages update
Update all packages to their latest (minor) version. Takes a list of files as arguments, or updates all toplevel YAML files in .rwx if no files are given.
Usage
rwx packages 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 packages 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.
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.