yusha2016 / spin-dcd-converter

Tool to help convert Spinnaker JSON pipelines to DCD pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spin-dcd-converter

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

License:Apache License 2.0


Languages

Language:Python 100.0%