From e7031a3630df1492d979cf9d5fe4c18a4c305b13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:41:39 +0000 Subject: [PATCH] Version Packages --- .changeset/devx-314-cli-onboarding.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/devx-314-cli-onboarding.md diff --git a/.changeset/devx-314-cli-onboarding.md b/.changeset/devx-314-cli-onboarding.md deleted file mode 100644 index 77813a7..0000000 --- a/.changeset/devx-314-cli-onboarding.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@godaddy/cli": minor ---- - -Add terminal-based agreement acceptance and automated onboarding to `auth login` - -- Agreement prompt (ToS, Privacy Policy, Developer Agreement) is shown on stderr before completing onboarding — only for new users whose org is PENDING, never for returning users -- Onboarding completes automatically after OAuth via a single `POST /api/v1/onboarding/cli` call; no browser redirect to the portal required -- Added `--accept-agreements` flag for non-interactive/CI use; without it, non-TTY runs with a PENDING org emit a structured `AGREEMENTS_REQUIRED` error (`ok: false`, exit 1) -- `org_id` and `onboarding` status are included in the login result envelope diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fc244..dbfbda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @godaddy/cli +## 0.6.0 + +### Minor Changes + +- 691c34c: Add terminal-based agreement acceptance and automated onboarding to `auth login` + + - Agreement prompt (ToS, Privacy Policy, Developer Agreement) is shown on stderr before completing onboarding — only for new users whose org is PENDING, never for returning users + - Onboarding completes automatically after OAuth via a single `POST /api/v1/onboarding/cli` call; no browser redirect to the portal required + - Added `--accept-agreements` flag for non-interactive/CI use; without it, non-TTY runs with a PENDING org emit a structured `AGREEMENTS_REQUIRED` error (`ok: false`, exit 1) + - `org_id` and `onboarding` status are included in the login result envelope + ## 0.5.3 ### Patch Changes diff --git a/package.json b/package.json index 53b5a37..8d0c287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@godaddy/cli", - "version": "0.5.3", + "version": "0.6.0", "description": "GoDaddy CLI for managing applications and webhooks", "keywords": [ "godaddy",