@click.option('--delete-failed',default='',type=str,help='String from N, U, P to determine if empty (N), failed (U), or failed to publish (P) uploads should be deleted or kept for debugging.')
@click.option('--parallel',default=1,type=int,help='Use the given amount of parallel processes. Default is 1.')
@click.option('--create-packages',is_flag=True,help='Indicate that packages should be created, if they do not already exist.')
@click.option('--republish',is_flag=True,help='Will only republish already published packages.')