Dashboard › cli › Distillation
005a7925-1381-49ac-b862-7a8c5865bc0d["lore_tm_v1_REleWrjV_77SIv5I60AjWXayDuprWNop2pNGP0FKDvg"]
/home/byk/Code/getsentry/cli-pr-1558/packages/cli/plugins/sentry-cli/skills/sentry-cli/references/project.md defines the sentry-cli-project skill, version 0.45.0-dev.0, described as βWork with Sentry projects,β with bins: ["sentry"] and auth: true.sentry project create [<org>/]<name>:<platform>... for creating one or more projects. Flags: -t, --team <value> selects the team; -n, --dry-run previews changes. Each project must be a name:platform pair, and project names cannot contain whitespace.sentry project create my-new-app:javascript-nextjs; sentry project create web:javascript api:python-django worker:node; sentry project create my-org/my-new-app:python --team backend-team; sentry project create my-new-app:node --dry-run.sentry project delete <org/project> for deleting a project. Flags: -y, --yes skips the confirmation prompt; -f, --force forces the operation without confirmation; -n, --dry-run previews changes. Examples: sentry project delete my-org/old-project prompts for confirmation, while sentry project delete my-org/old-project --yes does not.sentry project list [<org/project>] for listing projects. Flags: -n, --limit <value> limits the number listed and defaults to "25"; -p, --platform <value> filters by platform such as javascript or python; -f, --fresh bypasses cache, re-detects projects, and fetches fresh data; -c, --cursor <value> navigates using "next", "prev", "first", or a raw cursor string.sentry project view [<org/project>] for viewing project details. Flags: -w, --web opens the project in a browser; -f, --fresh bypasses cache, re-detects projects, and fetches fresh data.sentry project list my-org/ lists all projects in an organization; sentry project list my-org/ --platform javascript filters by platform; sentry project view my-org/frontend displays project details; sentry project view my-org/frontend -w opens the project in a browser.--json, --fields, --help, --log-level, and --verbose.