Update for User Tokens#147
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds token-agnostic support for passing Shield selection fields through the CLI and SDK, enabling user-token workflows that require an API id and optionally a shield_key.
Changes:
- Adds
idandshieldKeyfields to the SDK request payload (mapped toid/shield_keyform fields). - Exposes
--idand--shield-keyCLI flags and documents user API token usage. - Regenerates distribution artifacts to include the new options.
Reviewed changes
Copilot reviewed 3 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/sdk.ts | Extends SDK options to forward id and shield_key form fields. |
| src/bin.ts | Adds CLI flags to pass id / shieldKey into the SDK. |
| README.md | Documents user API token behavior and new CLI options. |
| dist/sdk.js | Regenerated build output for SDK request changes. |
| dist/sdk.d.ts | Regenerated type definitions reflecting new SDK fields. |
| dist/pkg.json | Regenerated packaging metadata for distribution. |
| dist/bin.js | Regenerated build output for CLI option changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds optional shield-key support to the CLI and SDK without changing existing per-shield-token workflows.
--keysends theshield_keyform field to select or create a shield through the API--tokenexplicitly supplies the token and takes precedence over environment variables--key, the CLI usesSHIELDED_USER_TOKENfirst, then falls back toSHIELDED_TOKEN--key, the CLI uses onlySHIELDED_TOKEN, preserving existing behavior