| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: go-passbolt-cli-bash-completion | Distribution: openSUSE Tumbleweed |
| Version: 0.5.1 | Vendor: openSUSE |
| Release: 1.2 | Build date: Fri Jul 10 18:26:38 2026 |
| Group: System/Shells | Build host: reproducible |
| Size: 93150 | Source RPM: go-passbolt-cli-0.5.1-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/passbolt/go-passbolt-cli | |
| Summary: Bash Completion for go-passbolt-cli | |
The official bash completion script for go-passbolt-cli, generated during the build.
MIT
* Fri Jul 10 2026 Sai Karthik Karra <kskarthik@disroot.org>
- Update to version 0.5.1:
* PB-52863 - Bump go SDK to v0.8.1
* PB-52794 - Update go dependencies
* PB-52300 - Go - Add fuzzing tests
* PB-52299 - Go - Configure to run benchmark tests
* PB-50601 - Go - tests - cel filtering
* PB-50602 - Go - tests - json output
* PB-50604 - Go - tests - error handling
* PB-50603 - Go - tests - configuration loading
* PB-52151 - Go - phase 1 - Reorganize files structure
* PB-52142 - Minor upgrade for golang.org/x/crypto (Medium)
* PB-50552 - Go - phase 1 - Unify CEL filters
* PB-50555 - Go - phase 1 - Improve error messages
* PB-50554 - Go - phase 1 - Standardize error wrapping
* PB-50551 - Go phase 1 - Extract common CRUD logic
* PB-50550 - Go phase 1 - Shared command builder
* PB-50553 - Go phase 1 - Shared output utilities
* Sat Jun 06 2026 Sai Karthik Karra <kskarthik@disroot.org>
- spec: Bump minimum go version to >=1.25
* Sat Jun 06 2026 Sai Karthik Karra <kskarthik@disroot.org>
- Update to version 0.5.0:
* PB-52065 - Go-cli expose more attributes from API
* PB-52118 - Bump go SDK to v0.8.0
* PB-50545 - Go - phase 1 - SDK and CLI integration tests
* PB-51584 - Create Github secrets to use in CI
* PB-52063 - Go-cli Unify column selectors
* PB-50545 - Run go mod tidy
* PB-50545 - Pin docker imagrs using hash
* PB-50545 - Go - phase 1 - SDK and CLI integration tests
* PB-50544 - Go - phase 1 - Add unit test coverage to CI
* PB-51583 - Fix doc and completion generation job
* PB-51565 - Update Go SDK in Go CLI
* PB-50546 - Go - phase 1 - CLI test infrastructure
* PB-50163 - Go-Cli : schema-driven resource type support
* PB-51449 - Fix homebrew release producing wrong hashes in tap
* PB-51397 - 3rd party Github Actions should be pinned (High)
* PB-51394 - Update go dependencies
* PB-50130 - Go-Cli: Add a manual workflow step to be able to manually execute the releases
* PB-50128 - Go-cli : Fix release failure
* PB-50004 - Go-cli: Adapt readme to create community managed version section
* Mon Jun 01 2026 Sai Karthik Karra <kskarthik@disroot.org>
- Update to version 0.4.2:
* PB-50036 - Go: Create pre commit hooks
* PB-50035 - Go: Add linting to ci
* Update go SDK
* PB-49956 - Go: add golangci lint
* PB-49603 - Go-cli re-enable staticcheck rules
* PB-47870 - Redesign go cli release workflow
* PB-49163 - Go-CLI: Fix session key persistence
* PB-49161 - Update go dependencies
* PB-49162 - Go-cli : Fix context cancellation leak
* PB-48435 - Go-cli - Fix delete error user
* PB-48434 - Go-cli - Fix delete error group
* PB-48433 - Go-cli - Fix delete error folder
* Bump go sdk to 95e6a762aa5f183b5193c89da0bb6761ee0d6b63
* Catch unknown resource type error
* Bump go-passbolt to v0.7.3-0.20251223164903-d05eecccd555
* Use correct value for folder update cobra command Use "folder" instead of "resource".
* Add Worker Flag
* Add get folder permisson subcommand
* Pin go-passbolt to correct version
* Remove ContainResourceType true, and improve CEL filtering
* Add save session key util
* Enable parallel resource decryption using thread-safe SDK
* fix method names
* fix error messages
* update help for list comands
* refactor folder list
* refactor group list
* refactor user list; add json column filter
* simple refactor, split into several methods
* add column filter into json output
* fix assign error from delete resource
* Fix Packaging Status README.md
* Add HTTP proxy support via standard environment variables
* Update go-passbolt, fixes updating shared v5 resources
* cli: add --expiry (RFC3339/duration), support 'none' to clear (#89)
* Improve spelling, formatting and readability of the main README
* Correct KeePass spelling
* Typo (#88)
* Update go-passbolt (#85)
* Make export work with v5 (#84)
* Update go-passbolt
* v5 Fix Resource Listing (#82)
* Update go-passbolt for v5
* Display Prompts on STDERR (#70)
* Update go-passbolt and other deps (#71)
* Feature: adding support for exposing secrets to subprocesses (#68)
* Added flags for passing client cert and client private key as file contents instead of paths
* Added File suffix on tlsClient command flags
* Removed hardcoded paths and fixed typo
* Added support for http client configuration via command arguments
* Adds permission subcommand to get a list of permissions of a resource
* Update deps, fix import changes, update go-passbolt for mfa fix
* Update README.md Install Section
* rename go-passbolt-cli -> passbolt in README
* Fri Jul 26 2024 Sai Karthik Karra <kskarthik@disroot.org>
- fix shell completions dir name
* Sat Jul 20 2024 Sai Karthik Karra <kskarthik@disroot.org>
- Add shell Completions & man pages
* Sat Jun 15 2024 Sai Karthik Karra <kskarthik@disroot.org>
Release v0.3.1
- Add Version flag
- Don't Crash on Some TOTP Usage
- Export TOTP
- Export Skip Resource on Error
Changelog:
b11702d Merge pull request #48 from passbolt/fix-version
1e09efc fix Man and Completion CI
6cb52e2 go mod tidy
b48f327 Use goreleaser version if available, otherwise buildinfo
b269e85 Merge pull request #47 from passbolt/update-ci
13da79a update Deprecated field
effdbdb fix auto snapshot
3cbabb9 Add dist Artifact Uploading
eeaa987 Add Run Version Step
c5e1dcb Update CI Action Versions
774fc8b Merge pull request #44 from passbolt/version-flag
4a870ea Set Version info in rootcmd
4975d53 add versioninfo, update deps
b3e608e Merge pull request #43 from passbolt/basic-totp-support
e0469a1 Use old TOTP flags if the new ones are unset
1229ad7 Implement Custom TOTP URL Generation
869f33c remove otp library
6f4d6e9 Add More Algorithms
7da6aec Fix Incorrect Secret Parsing, Typos
c595eca export: skip resource on error
a535a83 Add TOTP Export Support
fafdd22 update deps
54d4243 update ci go version
52bdc35 Update Readme about new Flags
c2506ed Add New Flags, Mark old ones as deprecated
2e1a46f update deps
444fa17 Fix Doc Link
/usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/passbolt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 03:14:27 2026