v0.9.13
This release adds two Alteryx One read/usability surfaces uncovered during the API surface audit.
Highlights
Section titled “Highlights”flows permissions-get --flow-id <ID>: new read command forGET /v4/flows/{id}/permissions. The endpoint returns 403 under the current PAT scope, so the command surfaces a cleanpermission_deniederror rather than a missing-command error. The existingflows permissions(POST, for setting permissions) is unchanged.job-groups list: now synthesizes a display name when the API returns a nullname. Flow-run job-groups get aflow-{flowId}label (falling back tojob-{id}), so the text output is intelligible instead of a column of nulls.
Validation
Section titled “Validation”cargo fmt --allcargo clippy --workspace --all-targets -- -D warningscargo nextest run --workspace --locked