remote-artifacts:refresh

Force refresh a public HTTPS JSON Remote Artifact for a node.

Reference for flywheel remote-artifacts:refresh.

Command Group

Nodes & Graph Commands

Summary

Force refresh a public HTTPS JSON Remote Artifact for a node.

Usage

flywheel remote-artifacts:refresh <FLAGS>

Required flags

FlagValueDefaultChoicesDescription
--node_idstringNode ID.
--remote_artifact_idstringStable Remote Artifact ID.
--titlestringArtifact title.
--urlstringPublic HTTPS JSON URL.
--rows_pathstringDotted path resolving to the row list.
--row_idstringDotted path resolving to each row ID.

Optional flags

FlagValueDefaultChoicesDescription
--cache_ttl_secondsintegerFreshness TTL in seconds. Defaults to 60.
--formatFORMATjson, tsv, csv, tableOutput format for command results.
--envPROFILEUse a configured CLI profile for this invocation.
--outPATHWrite output to a file path, or use - for stdout.
--openOpen browser-bound URLs when supported.
--no-retryDisable transient-error retries.
--retry-maxNMaximum transient-error retry attempts.
--waitBlock on async operations until a terminal state is reached.
--wait-timeoutSECONDS600Seconds to wait for --wait before timing out. Defaults to 600.
--allow-selfAllow mutating the currently active credential.
--timeoutSECONDSSet the per-request timeout budget in seconds.
--idempotency-keyKEYReuse an Idempotency-Key so ambiguous write failures can be retried with the same key.
--forceForce safety-gated operations where supported.
--yesSkip confirmation prompts for destructive operations.
--debugPrint structured request debugging with secrets masked.
--verbosePrint verbose progress for long-running operations.
-h, --helpShow this help.

Examples

Force refresh a Remote Artifact.

flywheel remote-artifacts:refresh --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