mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 19:08:21 +00:00
![]() This enables users to sequence `passbolt` commands ahead of common processors... such as: ``` passbolt list resource | fzf passbolt get resource -j abc-123-321-cba | jq ".Password" ``` As is, displaying the prompt on STDIN means the prompt (and occasionally user response) is gobbled up by the second command in the sequence. STDERR is a common out-of-band backup for interactive prompts in many similar cases. I am inexperienced in Golang, and am unsure how solid this is; simply queried the ideal API call. |
||
---|---|---|
.. | ||
cel.go | ||
client.go | ||
context.go | ||
http.go |