rwx artifacts list
List artifacts for a task.
Usage
rwx artifacts list [task-id | run-id --task <key>] [flags]
Arguments
[task-id]
The ID of the task to list artifacts for. You can find the task ID in the URL when viewing a task in the RWX UI.
Alternatively, pass a run ID with --task <key> to resolve the task by key.
Options
--task <key>
Resolve the task by key (e.g. ci.checks.lint) instead of ID. Use with a run ID as the first argument.
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.