@@ -737,161 +737,6 @@ Initialize Sentry in your project
737737- ` --features <value>... - Features to enable: errors,tracing,logs,replay,metrics `
738738- ` -t, --team <value> - Team slug to create the project under `
739739
740- ### Issues
741-
742- List issues in a project
743-
744- #### ` sentry issues <org/project> `
745-
746- List issues in a project
747-
748- ** Flags:**
749- - ` -q, --query <value> - Search query (Sentry search syntax) `
750- - ` -n, --limit <value> - Maximum number of issues to list - (default: "25") `
751- - ` -s, --sort <value> - Sort by: date, new, freq, user - (default: "date") `
752- - ` -t, --period <value> - Time period for issue activity (e.g. 24h, 14d, 90d) - (default: "90d") `
753- - ` -c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue) `
754- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
755- - ` --compact - Single-line rows for compact output (auto-detects if omitted) `
756- - ` --json - Output as JSON `
757- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
758-
759- ### Orgs
760-
761- List organizations
762-
763- #### ` sentry orgs `
764-
765- List organizations
766-
767- ** Flags:**
768- - ` -n, --limit <value> - Maximum number of organizations to list - (default: "30") `
769- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
770- - ` --json - Output as JSON `
771- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
772-
773- ### Projects
774-
775- List projects
776-
777- #### ` sentry projects <org/project> `
778-
779- List projects
780-
781- ** Flags:**
782- - ` -n, --limit <value> - Maximum number of projects to list - (default: "30") `
783- - ` -c, --cursor <value> - Pagination cursor (use "last" to continue from previous page) `
784- - ` -p, --platform <value> - Filter by platform (e.g., javascript, python) `
785- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
786- - ` --json - Output as JSON `
787- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
788-
789- ### Repos
790-
791- List repositories
792-
793- #### ` sentry repos <org/project> `
794-
795- List repositories
796-
797- ** Flags:**
798- - ` -n, --limit <value> - Maximum number of repositories to list - (default: "30") `
799- - ` -c, --cursor <value> - Pagination cursor (use "last" to continue from previous page) `
800- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
801- - ` --json - Output as JSON `
802- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
803-
804- ### Teams
805-
806- List teams
807-
808- #### ` sentry teams <org/project> `
809-
810- List teams
811-
812- ** Flags:**
813- - ` -n, --limit <value> - Maximum number of teams to list - (default: "30") `
814- - ` -c, --cursor <value> - Pagination cursor (use "last" to continue from previous page) `
815- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
816- - ` --json - Output as JSON `
817- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
818-
819- ### Logs
820-
821- List logs from a project
822-
823- #### ` sentry logs <org/project> `
824-
825- List logs from a project
826-
827- ** Flags:**
828- - ` -n, --limit <value> - Number of log entries (1-1000) - (default: "100") `
829- - ` -q, --query <value> - Filter query (Sentry search syntax) `
830- - ` -f, --follow <value> - Stream logs (optionally specify poll interval in seconds) `
831- - ` --trace <value> - Filter logs by trace ID (32-character hex string) `
832- - ` --fresh - Bypass cache, re-detect projects, and fetch fresh data `
833- - ` --json - Output as JSON `
834- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
835-
836- ### Spans
837-
838- List spans in a trace
839-
840- #### ` sentry spans <org/project/trace-id...> `
841-
842- List spans in a trace
843-
844- ** Flags:**
845- - ` -n, --limit <value> - Number of spans (<=1000) - (default: "25") `
846- - ` -q, --query <value> - Filter spans (e.g., "op:db", "duration:>100ms", "project:backend") `
847- - ` -s, --sort <value> - Sort order: date, duration - (default: "date") `
848- - ` -c, --cursor <value> - Pagination cursor (use "last" to continue from previous page) `
849- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
850- - ` --json - Output as JSON `
851- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
852-
853- ### Traces
854-
855- List recent traces in a project
856-
857- #### ` sentry traces <org/project> `
858-
859- List recent traces in a project
860-
861- ** Flags:**
862- - ` -n, --limit <value> - Number of traces (1-1000) - (default: "20") `
863- - ` -q, --query <value> - Search query (Sentry search syntax) `
864- - ` -s, --sort <value> - Sort by: date, duration - (default: "date") `
865- - ` -c, --cursor <value> - Pagination cursor (use "last" to continue from previous page) `
866- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
867- - ` --json - Output as JSON `
868- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
869-
870- ### Trials
871-
872- List product trials
873-
874- #### ` sentry trials <org> `
875-
876- List product trials
877-
878- ** Flags:**
879- - ` --json - Output as JSON `
880- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
881-
882- ### Whoami
883-
884- Show the currently authenticated user
885-
886- #### ` sentry whoami `
887-
888- Show the currently authenticated user
889-
890- ** Flags:**
891- - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
892- - ` --json - Output as JSON `
893- - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
894-
895740## Global Options
896741
897742All commands support the following global options:
0 commit comments