Skip to content

chore: release versions#199

Merged
jpoehnelt merged 1 commit intomainfrom
changeset-release/main
Mar 5, 2026
Merged

chore: release versions#199
jpoehnelt merged 1 commit intomainfrom
changeset-release/main

Conversation

@googleworkspace-bot
Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@googleworkspace/cli@0.6.0

Minor Changes

  • b38b760: Add Application Default Credentials (ADC) support.

    gws now discovers ADC as a fourth credential source, after the encrypted
    and plaintext credential files. The lookup order is:

    1. GOOGLE_WORKSPACE_CLI_TOKEN env var (raw access token, highest priority)
    2. GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE env var
    3. Encrypted credentials (~/.config/gws/credentials.enc)
    4. Plaintext credentials (~/.config/gws/credentials.json)
    5. ADCGOOGLE_APPLICATION_CREDENTIALS env var (hard error if file missing), then
      ~/.config/gcloud/application_default_credentials.json (silent if absent)

    This means gcloud auth application-default login --client-id-file=client_secret.json
    is now a fully supported auth flow — no need to run gws auth login separately.
    Both authorized_user and service_account ADC formats are supported.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.42%. Comparing base (d408051) to head (6e62f35).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #199   +/-   ##
=======================================
  Coverage   56.42%   56.42%           
=======================================
  Files          38       38           
  Lines       13958    13958           
=======================================
  Hits         7876     7876           
  Misses       6082     6082           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jpoehnelt jpoehnelt merged commit 0ba49d1 into main Mar 5, 2026
26 checks passed
@jpoehnelt jpoehnelt deleted the changeset-release/main branch March 5, 2026 21:03
vitocchi pushed a commit to hodl-1/gws-cli that referenced this pull request Mar 9, 2026
shigechika pushed a commit to shigechika/gws-mcp that referenced this pull request Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants