spin-dcd-converter

April 27, 2019 ยท View on GitHub

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"