Skip to content

Commit

Permalink
Updated test parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Sep 14, 2023
1 parent aeb2841 commit 451c114
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contentctl/contentctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ def main():

api_deploy_parser.set_defaults(func=api_deploy)

test_parser.add_argument(
"-t",
"--type",
required=False,
type=str,
default="app",
help="Type of package: app, ssa or api"
)
test_parser.add_argument(
"--mode",
required=False,
Expand Down

0 comments on commit 451c114

Please sign in to comment.