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.
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.