Environment variables
The rwx CLI reads the following environment variables.
These variables configure the rwx CLI itself. For environment variables
available to your tasks at run time (including the RWX_* meta variables RWX
exposes inside a run), see Environment Variables.
Authentication
RWX_ACCESS_TOKEN
Your RWX Cloud access token. This is the default for the
--access-token global flag, which takes precedence when both
are set.
Git patching
RWX_GIT_REMOTE
The git remote rwx run patches against. Defaults to
origin.
RWX_DISABLE_GIT_PATCH
Turns off git patching for rwx run. Setting it to
anything, even an empty string, leaves your local changes out of the run.
Image push credentials
RWX_PUSH_USERNAME / RWX_PUSH_PASSWORD
Registry credentials for rwx image push, used
instead of your local Docker credentials. Set both or neither; setting only one
is an error.
Notifications
RWX_HIDE_LATEST_VERSION
Set to any non-empty value to hide the notice that a newer rwx release is
available.
RWX_HIDE_SKILL_HINT
Set to any non-empty value to hide the notice that an installed agent skill is out of date.