You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add --request and --check flags to netlify login for agent-friendly auth
Agents can't complete the browser-based OAuth flow on their own. This adds
a non-blocking two-step flow: create a ticket with --request to get a
shareable URL, then check its status with --check to finalize login.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs sync via npm run docs
* feat: pass message to API when creating login ticket via --request
Update @netlify/api to 14.0.18 which adds support for an optional
message field on createTicket. Forward the --request <message> value
through to the API call.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: add type assertion for options.request to satisfy eslint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor: pass apiOpts and globalConfig to login helpers
Use command.netlify.apiOpts and command.netlify.globalConfig instead of
hardcoding API options and calling getGlobalConfigStore() directly, so
login --request and --check respect proxy/custom API URL settings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: pass missing args in login-check rethrow tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: DavidWells <hello@davidwells.io>
Co-authored-by: Sean Roberts <sean.roberts90@gmail.com>
0 commit comments