Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugins/upsun/skills/upsun/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Via CLI or the console (https://console.upsun.com/projects/create-project):
upsun project:create
```

When running `project:create` non-interactively — from within an agent session such as Claude Code (whether invoked by the agent or with the `!` prefix), or with `UPSUN_CLI_NO_INTERACTION=1` or `--yes` — `--region` is required, and `--org` too if the account has access to more than one. `--title` and `--default-branch` are worth specifying regardless, for easier management later.

### 3. Add Upsun config

Run `upsun init` in the project root — it generates `.upsun/config.yaml` (runtime, services, routes) and an `.environment` script if services are detected.
Expand Down
Loading