Summary
I have existing CLI scripts which list secrets as k:v pairs by tag, using the v1 version of op. I'd like to be able to do this with v2 and Connect.
Use cases
I don't want to list ALL secrets. I don't want to fetch many by name. I want to list by a specific tag.
Proposed solution
I'm interested in contributing a solution, but I see a bunch of the code is autogenerated somehow. If you can advise then maybe I can implement what I need!
Summary
I have existing CLI scripts which list secrets as k:v pairs by tag, using the v1 version of
op. I'd like to be able to do this with v2 and Connect.Use cases
I don't want to list ALL secrets. I don't want to fetch many by name. I want to list by a specific tag.
Proposed solution
I'm interested in contributing a solution, but I see a bunch of the code is autogenerated somehow. If you can advise then maybe I can implement what I need!