Forgot to add awsinit to parser

This commit is contained in:
Abraham Gonzalez 2021-10-12 23:30:03 +00:00
parent 3ffb0a3c0c
commit 5c97b4f5e0
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ def construct_firesim_argparser():
parser.add_argument('task', type=str,
help='Management task to run.', choices=[
'managerinit',
'awsinit',
'buildafi',
'launchrunfarm',
'infrasetup',