@@ -583,9 +583,9 @@ View details of a specific trace
583583
584584### Issues
585585
586- List issues in a project
586+ Shorthand for issue commands
587587
588- #### ` sentry issues <org/project> `
588+ #### ` sentry issues list <org/project> `
589589
590590List issues in a project
591591
@@ -596,23 +596,57 @@ List issues in a project
596596- ` --json - Output JSON `
597597- ` -c, --cursor <value> - Pagination cursor — only for <org>/ mode (use "last" to continue) `
598598
599+ #### ` sentry issues view <issue> `
600+
601+ View details of a specific issue
602+
603+ ** Flags:**
604+ - ` --json - Output as JSON `
605+ - ` -w, --web - Open in browser `
606+ - ` --spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3") `
607+
608+ #### ` sentry issues explain <issue> `
609+
610+ Analyze an issue's root cause using Seer AI
611+
612+ ** Flags:**
613+ - ` --json - Output as JSON `
614+ - ` --force - Force new analysis even if one exists `
615+
616+ #### ` sentry issues plan <issue> `
617+
618+ Generate a solution plan using Seer AI
619+
620+ ** Flags:**
621+ - ` --cause <value> - Root cause ID to plan (required if multiple causes exist) `
622+ - ` --json - Output as JSON `
623+ - ` --force - Force new plan even if one exists `
624+
599625### Orgs
600626
601- List organizations
627+ Shorthand for org commands
602628
603- #### ` sentry orgs `
629+ #### ` sentry orgs list `
604630
605631List organizations
606632
607633** Flags:**
608634- ` -n, --limit <value> - Maximum number of organizations to list - (default: "30") `
609635- ` --json - Output JSON `
610636
637+ #### ` sentry orgs view <org> `
638+
639+ View details of an organization
640+
641+ ** Flags:**
642+ - ` --json - Output as JSON `
643+ - ` -w, --web - Open in browser `
644+
611645### Projects
612646
613- List projects
647+ Shorthand for project commands
614648
615- #### ` sentry projects <org/project> `
649+ #### ` sentry projects list <org/project> `
616650
617651List projects
618652
@@ -622,11 +656,19 @@ List projects
622656- ` -c, --cursor <value> - Pagination cursor (use "last" to continue from previous page) `
623657- ` -p, --platform <value> - Filter by platform (e.g., javascript, python) `
624658
659+ #### ` sentry projects view <org/project> `
660+
661+ View details of a project
662+
663+ ** Flags:**
664+ - ` --json - Output as JSON `
665+ - ` -w, --web - Open in browser `
666+
625667### Repos
626668
627- List repositories
669+ Shorthand for repo commands
628670
629- #### ` sentry repos <org/project> `
671+ #### ` sentry repos list <org/project> `
630672
631673List repositories
632674
@@ -637,9 +679,9 @@ List repositories
637679
638680### Teams
639681
640- List teams
682+ Shorthand for team commands
641683
642- #### ` sentry teams <org/project> `
684+ #### ` sentry teams list <org/project> `
643685
644686List teams
645687
@@ -650,9 +692,9 @@ List teams
650692
651693### Logs
652694
653- List logs from a project
695+ Shorthand for log commands
654696
655- #### ` sentry logs <org/project> `
697+ #### ` sentry logs list <org/project> `
656698
657699List logs from a project
658700
@@ -662,11 +704,19 @@ List logs from a project
662704- ` -f, --follow <value> - Stream logs (optionally specify poll interval in seconds) `
663705- ` --json - Output as JSON `
664706
707+ #### ` sentry logs view <args...> `
708+
709+ View details of a specific log entry
710+
711+ ** Flags:**
712+ - ` --json - Output as JSON `
713+ - ` -w, --web - Open in browser `
714+
665715### Traces
666716
667- List recent traces in a project
717+ Shorthand for trace commands
668718
669- #### ` sentry traces <org/project> `
719+ #### ` sentry traces list <org/project> `
670720
671721List recent traces in a project
672722
@@ -676,6 +726,15 @@ List recent traces in a project
676726- ` -s, --sort <value> - Sort by: date, duration - (default: "date") `
677727- ` --json - Output as JSON `
678728
729+ #### ` sentry traces view <args...> `
730+
731+ View details of a specific trace
732+
733+ ** Flags:**
734+ - ` --json - Output as JSON `
735+ - ` -w, --web - Open in browser `
736+ - ` --spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3") `
737+
679738### Whoami
680739
681740Show the currently authenticated user
0 commit comments