Skip to content

Github Auto-Uploader and Overwrite Flag

Ellis Keener-LaCroix requested to merge CD-508 into CD-334
  • Added:
    • overwrite flag in cioos-yaml command to allow the user to select if they want to overwrite the current xml/yaml files if they have already been generated. If the overwrite flag isn't provided it will only generate new files
    • A Github auto-uploader command. After putting the necessary details in the pw config file you can run the command to auto copy, commit, and push to the repo. This command also has an --overwrite flag. When it's present it will overwrite any old files with the same name in the repo. If it's not present it will skip over duplicates.

Merge request reports