create_parser.add_argument('--public_download',action='store_true',default=None,help='allow public read access to the build repo')
create_parser.add_argument('--no_public_download',action='store_false',dest='public_download',default=None,help='allow public read access to the build repo')
create_parser.set_defaults(func=create_command)
push_parser=subparsers.add_parser('push',help='Push to repo manager')