ap.add_argument("--pipeline-id",help="Pipeline ID to download. If omitted, download latest successfull.",default=None)
ap.add_argument("--pipeline-id",help="Pipeline ID to download. If omitted, download latest successfull.",default=None)
ap.add_argument("--pipeline-id-file",help="Store downloaded Pipeline ID in this file and only download if latest pipeline ID doesn't match file contents",type=argparse.FileType("r+"))