Skip to content

Accept bucket arg on bucket-key:delete and bucket-key:update#148

Merged
joetannenbaum merged 1 commit intomainfrom
fix/bucket-key-delete-bucket-flag
Apr 21, 2026
Merged

Accept bucket arg on bucket-key:delete and bucket-key:update#148
joetannenbaum merged 1 commit intomainfrom
fix/bucket-key-delete-bucket-flag

Conversation

@joetannenbaum
Copy link
Copy Markdown
Collaborator

Both commands were missing the {bucket?} positional argument that the other bucket-key:* commands already accept, which meant the bucket could only be picked interactively. That blocked any non-interactive use and was inconsistent with siblings like bucket-key:create|get|list.

Adds the arg to both signatures and swaps the ->resolve() call for ->from($this->argument('bucket')) so the identifier actually flows through to the resolver.

Refs #115

@joetannenbaum joetannenbaum merged commit bf0ce9b into main Apr 21, 2026
5 checks passed
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.

1 participant