feat(cli): surface users verify op and fix users positional scope - #705
Merged
Merged
Conversation
- bump go.lumeweb.com/pinner to pick up admin_users_verify and the PositionalOnly metadata for admin_users_get/update/delete/verify - register the verify shape leaf so the CLI compiles 'pinner admin users verify <user-id>' - update tree/shape and admin surface tests for the new op
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
pcfreak30
marked this pull request as ready for review
September 13, 2026 17:44
Code Coverage ReportTotal Coverage: 55.2% Generated from commit: 842a81f |
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.
Picks up
go.lumeweb.com/pinnerdevelop (admin users list paging,admin_users_verify, positional-only id args for the users ops) and registers thepinner admin users verify <user-id>shape leaf. Tree/shape and admin surface tests add the new op.This pull request adds a new
verifysubcommand to theuserssection of the admin CLI, exposing theadmin_users_verifyoperation. The change registers the operation in the admin shape registry (so it appears in the command tree) and updates related tests to expect the newverifynode underadmin users. This surfaces user verification functionality in the CLI for administration.