go-passbolt-cli/util
Calliope 1109927984
[ease-of-use] Display "Enter Password" on STDERR
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.
2025-02-25 15:51:44 -05:00
..
cel.go Initialize the CEL program in a util function 2023-02-05 22:19:54 +01:00
client.go [ease-of-use] Display "Enter Password" on STDERR 2025-02-25 15:51:44 -05:00
context.go add utils 2021-09-08 10:59:17 +02:00
http.go Added flags for passing client cert and client private key as file contents instead of paths 2024-12-04 00:39:11 +01:00