Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 557 Bytes

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