remote-artifacts:resolve
Resolve a public HTTPS JSON Remote Artifact for a node.
Reference for flywheel remote-artifacts:resolve.
Command Group
Nodes & Graph Commands
Summary
Resolve a public HTTPS JSON Remote Artifact for a node.
Usage
flywheel remote-artifacts:resolve <FLAGS>Required flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--node_id | string | Node ID. | ||
--remote_artifact_id | string | Stable Remote Artifact ID. | ||
--title | string | Artifact title. | ||
--url | string | Public HTTPS JSON URL. | ||
--rows_path | string | Dotted path resolving to the row list. | ||
--row_id | string | Dotted path resolving to each row ID. |
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--cache_ttl_seconds | integer | Freshness TTL in seconds. Defaults to 60. | ||
--force_refresh | Bypass the cached artifact when true. | |||
--format | FORMAT | json, tsv, csv, table | Output format for command results. | |
--env | PROFILE | Use a configured CLI profile for this invocation. | ||
--out | PATH | Write output to a file path, or use - for stdout. | ||
--open | Open browser-bound URLs when supported. | |||
--no-retry | Disable transient-error retries. | |||
--retry-max | N | Maximum transient-error retry attempts. | ||
--wait | Block on async operations until a terminal state is reached. | |||
--wait-timeout | SECONDS | 600 | Seconds to wait for --wait before timing out. Defaults to 600. | |
--allow-self | Allow mutating the currently active credential. | |||
--timeout | SECONDS | Set the per-request timeout budget in seconds. | ||
--idempotency-key | KEY | Reuse an Idempotency-Key so ambiguous write failures can be retried with the same key. | ||
--force | Force safety-gated operations where supported. | |||
--yes | Skip confirmation prompts for destructive operations. | |||
--debug | Print structured request debugging with secrets masked. | |||
--verbose | Print verbose progress for long-running operations. | |||
-h, --help | Show this help. |
Examples
Resolve a Remote Artifact.
flywheel remote-artifacts:resolve --node_id n_abc --remote_artifact_id official_leaderboard --title "Official Leaderboard" --url https://example.com/leaderboard.json --rows_path items --row_id github_username