Skip to content

gstackio/vars-to-credhub

 
 

Repository files navigation

Vars to Credhub

This app will take a vars file suitable for use in Concourse pipelines or in BOSH commands.

To build locally

  1. Make sure you have go>=1.10 installed.
  2. Make sure you have dep installed.
  3. Clone this repository.
  4. From the repository directory, run dep ensure.
  5. Run the tests: go test ./...
  6. Build the app: go build

Running

$ ./vars-to-credhub --prefix /concourse/main --vars-file vars.yml > bulk-import.yml
$ credhub bulk-import --file bulk-import.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 57.0%
  • Go 43.0%