You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description='Use this to check the status of a given version for a given project. If no version is given then it will return the status of the highest version.')
parser.add_argument("--limit")
parser.add_argument("project_name")
parser.add_argument("--version", default="empty", help="If provided, will result in if that version passed policy check")