Commit 206c2b3
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments