@@ -500,32 +500,29 @@ Update the Sentry CLI to the latest version
500500
501501Manage Sentry dashboards
502502
503- #### ` sentry dashboard list `
503+ #### ` sentry dashboard list <org/project> `
504504
505505List dashboards
506506
507507** Flags:**
508- - ` -o, --org <value> - Organization slug `
509508- ` -w, --web - Open in browser `
510509- ` --json - Output as JSON `
511510- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
512511
513- #### ` sentry dashboard view <arg0 > `
512+ #### ` sentry dashboard view <args... > `
514513
515514View a dashboard
516515
517516** Flags:**
518- - ` -o, --org <value> - Organization slug `
519517- ` -w, --web - Open in browser `
520518- ` --json - Output as JSON `
521519- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
522520
523- #### ` sentry dashboard create <arg0 > `
521+ #### ` sentry dashboard create <args... > `
524522
525523Create a dashboard
526524
527525** Flags:**
528- - ` -o, --org <value> - Organization slug `
529526- ` --widget-json <value> - Path to JSON file containing widget definitions `
530527- ` --json - Output as JSON `
531528- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
@@ -718,12 +715,11 @@ Initialize Sentry in your project
718715
719716List dashboards
720717
721- #### ` sentry dashboards `
718+ #### ` sentry dashboards <org/project> `
722719
723720List dashboards
724721
725722** Flags:**
726- - ` -o, --org <value> - Organization slug `
727723- ` -w, --web - Open in browser `
728724- ` --json - Output as JSON `
729725- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
0 commit comments