Skip to content

Commit

Permalink
updater: unify cli options with gui updater
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed May 27, 2024
1 parent 637836b commit 21e7e22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vmupdate/vmupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def parse_args(args):
'--apply-to-all', '-R', action='store_true',
help='Restart Service VMs and shutdown AppVMs whose template '
'has been updated.')
restart.add_argument(
'--no-apply', action='store_true',
help='Do not restart/shutdown any AppVMs.')

parser.add_argument('--no-cleanup', action='store_true',
help='Do not remove updater files from target qube')
Expand Down

0 comments on commit 21e7e22

Please sign in to comment.