Skip to content

SpringerPE/vars-to-credhub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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. Clone this repository.
  3. Run the tests: go test ./...
  4. 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

  • Go 100.0%