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
Nelson Isioma
1183813dcb
Feature: adding support for exposing secrets to subprocesses ( #68 )
...
Go / build (push) Has been cancelled
* adding support for exposing secrets to subprocesses
* updating readme
* wip 3
* wip 4
* wip 56
2025-02-23 15:56:48 +01:00
6033d6bbb3
Merge pull request #64 from Tecnobutrul/allow-http-client-configuration
...
Go / build (push) Has been cancelled
Added support for http client configuration via command arguments
2024-12-20 14:46:46 +01:00
Daniel Del Rio Figueira
78ed21f62b
Added flags for passing client cert and client private key as file contents instead of paths
2024-12-04 00:39:11 +01:00
Daniel Del Rio Figueira
0273cee2ba
Added File suffix on tlsClient command flags
2024-12-02 09:27:02 +01:00
Daniel Del Rio Figueira
72cfd79b77
Removed hardcoded paths and fixed typo
2024-12-02 09:26:25 +01:00
Daniel Del Rio Figueira
d5e2df49db
Added support for http client configuration via command arguments
2024-11-29 10:16:33 +01:00
d9703ff6fd
Merge pull request #63 from froque/add_get_resource_permission
...
Go / build (push) Has been cancelled
Adds permission subcommand to get a list of permissions of a resource
2024-10-07 15:56:35 +02:00
Filipe Roque
9b2d47fecd
Adds permission subcommand to get a list of permissions of a resource
2024-09-30 17:40:15 +01:00
c0dd780ca3
Merge pull request #61 from passbolt/update-readme-install
...
Go / build (push) Has been cancelled
Update README.md Install Section
2024-08-13 12:18:24 +02:00
1fcbafa5b1
Merge pull request #62 from passbolt/update-deps
...
Update deps, fix import changes, update go-passbolt for mfa fix
2024-08-13 12:17:30 +02:00
9a9d06987a
Update deps, fix import changes, update go-passbolt for mfa fix
2024-08-13 12:11:41 +02:00
647a063586
Update README.md Install Section
2024-08-13 10:57:41 +02:00
c454e733cf
Merge pull request #49 from kskarthik/main
...
rename go-passbolt-cli -> passbolt in README
2024-04-08 14:39:27 +02:00
Sai Karthik
a74c5e0550
rename go-passbolt-cli -> passbolt in README
...
Closes #29
2024-04-06 23:38:15 +05:30
b11702da24
Merge pull request #48 from passbolt/fix-version
...
Use goreleaser version if available, otherwise use buildinfo
2024-04-05 22:05:08 +02:00
1e09efcc5d
fix Man and Completion CI
2024-04-05 21:49:53 +02:00
6cb52e23ca
go mod tidy
2024-04-05 21:46:29 +02:00
b48f3274e6
Use goreleaser version if available, otherwise buildinfo
2024-04-05 21:45:57 +02:00
b269e8538d
Merge pull request #47 from passbolt/update-ci
...
CI Improvements
2024-04-05 21:42:09 +02:00
13da79adf6
update Deprecated field
2024-04-05 21:04:55 +02:00
effdbdb316
fix auto snapshot
2024-04-05 20:58:14 +02:00
3cbabb905a
Add dist Artifact Uploading
2024-04-05 20:49:12 +02:00
eeaa987bb6
Add Run Version Step
2024-04-05 20:48:52 +02:00
c5e1dcbedc
Update CI Action Versions
2024-04-05 20:48:24 +02:00
774fc8b54b
Merge pull request #44 from passbolt/version-flag
...
Implement Version flag
2024-03-26 11:50:04 +01:00
4a870ea137
Set Version info in rootcmd
2024-03-26 11:43:10 +01:00
4975d53b4d
add versioninfo, update deps
2024-03-26 11:42:25 +01:00
b3e608e6c6
Merge pull request #43 from passbolt/basic-totp-support
...
Basic totp support, Export Improvements
2024-03-26 11:40:18 +01:00
e0469a14b0
Use old TOTP flags if the new ones are unset
2024-03-26 11:10:08 +01:00
1229ad7b59
Implement Custom TOTP URL Generation
2024-03-21 23:39:03 +01:00
869f33cfa3
remove otp library
2024-03-21 23:37:51 +01:00
6f4d6e92b7
Add More Algorithms
2024-03-21 23:12:30 +01:00
7da6aec339
Fix Incorrect Secret Parsing, Typos
2024-03-21 23:10:02 +01:00
c595eca741
export: skip resource on error
2024-03-21 22:42:36 +01:00
a535a832c2
Add TOTP Export Support
2024-03-21 22:34:54 +01:00
fafdd22d73
update deps
2024-03-21 19:45:32 +01:00
54d424390b
update ci go version
2024-03-21 19:39:27 +01:00
52bdc35875
Update Readme about new Flags
2024-03-21 18:52:24 +01:00
c2506ed71a
Add New Flags, Mark old ones as deprecated
2024-03-21 18:51:32 +01:00
2e1a46f5ce
update deps
2024-03-21 18:49:59 +01:00
444fa17005
Fix Doc Link
2023-12-19 14:14:34 +01:00
abb8895df3
Merge pull request #39 from passbolt/speatzle-homebrew-readme
...
Add Hombrew Installation to README.md
2023-08-21 13:58:02 +02:00
4a15fe34ad
Add Hombrew Installation to README.md
2023-08-21 13:55:56 +02:00
c006252c66
Merge pull request #38 from passbolt/fix-goreleaser-homebrew-man
...
fix goreleaser homebrew man copy
2023-08-11 14:35:17 +02:00
2fd123692b
fix goreleaser man copy
2023-08-11 14:34:29 +02:00
61df03f10a
Merge pull request #37 from passbolt/fix-goreleaser-hombrew-completions
...
fix hombrew completions
2023-08-11 14:19:01 +02:00
a9ce43584a
fix hombrew completions
2023-08-11 14:18:27 +02:00
92a05e899e
Merge pull request #36 from passbolt/fix-goreleaser-homebrew
...
Fix goreleaser homebrew
2023-08-11 13:27:35 +02:00
d4c5ab93b8
Use --clean instead of --rm-dist
2023-08-11 13:26:02 +02:00