Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
dapollak committed Nov 26, 2023
1 parent fe388fb commit 83a8099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions elementary/monitor/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,12 @@ def report(
default=None,
help="AWS profile name",
)
@click.option(
"--aws-region-name",
type=str,
default=None,
help="AWS region name",
)
@click.option(
"--aws-access-key-id", type=str, default=None, help="The access key ID for AWS"
)
Expand Down

0 comments on commit 83a8099

Please sign in to comment.