Skip to content

Tool to help convert Spinnaker JSON pipelines to DCD pipelines

License

Notifications You must be signed in to change notification settings

robzienert/spin-dcd-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spin-dcd-converter

USE spincli INSTEAD

Tool to help convert Spinnaker JSON pipelines to DCD pipelines

$ mkvirutalenv spin-dcd-converter
$ pip install -r requirements.txt
$ python convert_pipelines.py myapp "My pipeline name"

Example:

Currently this script expects you to hijack your session ID from a browser.

$ API_SESSION=lol-im-lazy API_HOST=https://spinnaker \
  python convert_pipelines.py \
  clouddriver \
  "Canary"

About

Tool to help convert Spinnaker JSON pipelines to DCD pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages