Registry / cloud / credhub-cli

credhub-cli

JSON →
library0.0.0-20260216140056-3ed7ad5aa36bgogounverified

A Go client library for interacting with Cloud Foundry CredHub, a credential management service.

go get code.cloudfoundry.org/credhub-cli
INSTALL
IMPORT
SIG · CREDHUB-CLI
C
credhub-cli
cloudgov0.0.0-20260216140056-3ed7ad5aa36b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

credhub
✓ code.cloudfoundry.org/credhub-cli

Create a new CredHub client.

package main import ( "fmt" "code.cloudfoundry.org/credhub-cli/credhub" ) func main() { client, err := credhub.New("https://credhub.example.com") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260216140056-3ed7ad5aa36blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
credhub-cli — go get credhub-cli · libregistry