Skip to content

CLI DX: promote th up/th run as one-command local orchestration#24

Merged
snissn merged 1 commit into
masterfrom
feat/cli-up-run
Feb 5, 2026
Merged

CLI DX: promote th up/th run as one-command local orchestration#24
snissn merged 1 commit into
masterfrom
feat/cli-up-run

Conversation

@snissn

@snissn snissn commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Promotes a single orchestration command for local development while preserving backwards compatibility.

What changed

  • Added th up as the primary all-in-one command for local flow.
  • Added th run alias for the same orchestration command.
  • Kept th dev as a compatibility alias.
  • Updated command description to explicitly include faucet in the flow.
  • Updated generated quickstart hint from th dev to th up.
  • Updated root README quickstart from pnpm th dev ... to pnpm th up ....
  • Expanded CLI tests to validate dry-run behavior for th up, th run, and th dev aliases.

Why

  • Makes the CLI intent clearer: one command orchestrates build, deploy, preview, and faucet by default.
  • Keeps existing scripts/docs from breaking while migrating users to the cleaner command surface.

Validation

  • pnpm test (29 passing)

Promote th up as the primary one-command local flow, add th run alias, and keep th dev as a compatibility alias. Update docs and tests accordingly.
@snissn snissn merged commit 1ba987d into master Feb 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant