codilime / floodgate

Floodgate - Pipelines as Code solution for Spinnaker
Apache License 2.0
16 stars 9 forks source link

Add feature for downloading Spinnaker resources #84

Closed mlembke closed 4 years ago

mlembke commented 4 years ago

Implement a command, ie. floodgate download --project project_name --output-dir output_dir. Floodgate would download all resources related to provided project and save them in appropriate subdirectories in provided output directory, e.g. project_name/applications, project_name/pipelines etc.

Also, it would be nice if Floodgate could take care of unwanted fields (e.g. update timestamp) while downloading and saving the resources.