Skip to content

Commit

Permalink
Update cli.py (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Nov 5, 2024
1 parent e6a4947 commit 203d547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cid/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def deploy(ctx, **kwargs):
--category TEXT Comma separated list of categories of dashboards (ex: foundational,advanced )
--catalog TEXT Comma separated list of catalog files or urls (ex: foundational,advanced )
--theme TEXT A QuickSight Theme (CLASSIC|MIDNIGHT|SEASIDE|RAINIER)
"""
--share-with-account (yes|no) Make dashboard visible to other users in the same account by default.
"""
ctx.obj.deploy(**kwargs)


Expand Down

0 comments on commit 203d547

Please sign in to comment.