feat(api-keys): roboflow api-key CLI#495
Open
yeldarby wants to merge 6 commits into
Open
Conversation
Checkpoint of the API key management feature work (round 1 + refinement pass). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… hint Round-2 refinement fixes (independent re-review). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Emit the create result (incl. the one-time secret) via the shared output() helper like every other handler, instead of a raw print(). Resolves a CodeQL clear-text-logging alert and matches the repo's documented output idiom; stdout is unchanged in both --json and human modes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…sets Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… + presets External review (P2): omitting scopes inherits the caller's scopes (not unconditional full access); note role:<name> presets and [] for no abilities. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
External review (skills PR): the command-groups reference omitted api-key, so agents couldn't discover it. The group ships in this PR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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 a
roboflow api-keyCLI command group (list / get / create / update / revoke / protect / disable / publishable) wrapping the new REST endpoints.keyIdhandles;--scope/--metadataon create + update; protected-key 409 and plan-feature 403 hints; consistent exit codes and--jsonenvelopes.tests/cli/test_api_key.py; version bump.🤖 Generated with Claude Code