Skip to content

Commit 206c2b3

Browse files
chore: bump cli-engine to 0.3.4 for non-interactive scope step-up (#73)
cli-engine 0.3.4 makes OAuth scope step-up fire for under-scoped tokens in non-interactive sessions (godaddy/cli-engine#34). Before this, a command run without a TTY (agent harness, piped stdio) that held a token missing a required scope hard-errored with "missing required scope(s)" instead of launching the OAuth flow, while the same command auto-authenticated once the token was cleared. With the bump, `gddy domain suggest` / `domain purchase` and any scoped command now step up to acquire the missing scope regardless of interactivity. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 96696ca commit 206c2b3

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

rust/Cargo.lock

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
async-trait = "0.1"
1717
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
1818
clap = { version = "4.5", features = ["std", "string"] }
19-
cli-engine = { features = ["pkce-auth"], version = "0.3.0" }
19+
cli-engine = { features = ["pkce-auth"], version = "0.3.4" }
2020
dirs = "6"
2121
domains-client = { path = "domains-client" }
2222
fancy-regex = "0.14"

0 commit comments

Comments
 (0)