Skip to content

jontours/vars-to-credhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages