Skip to content

docs: sync command table with main.go#11

Merged
Taure merged 1 commit into
mainfrom
docs/cmd-table
Apr 20, 2026
Merged

docs: sync command table with main.go#11
Taure merged 1 commit into
mainfrom
docs/cmd-table

Conversation

@Taure
Copy link
Copy Markdown
Contributor

@Taure Taure commented Apr 20, 2026

Summary

README's command list and quickstart examples had drifted away from `main.go`'s actual dispatch:

  • Deploy signature was wrong. README said `asobi deploy game/` but the CLI requires `asobi deploy [dir]`. Fixed the hosted + self-hosted examples, and added `asobi create prod` before the first deploy so the hosted quickstart is a complete chain.
  • Table was missing `create`, `stop`, `start`, `delete`, and plain `envs`. Added, with the existing `destroy` / `env list` now annotated as the CI-scripting variants.

From a pre-HN onboarding audit.

README's command list and its usage examples had drifted away from
the actual CLI. From an onboarding audit:

- `asobi deploy game/` doesn't work — deploy requires an env name:
  `asobi deploy <env-name> [dir]`. Fixed the hosted and self-hosted
  quickstart snippets, and added `asobi create prod` before the
  first deploy.
- Command table was missing `create`, `stop`, `start`, `delete`,
  and plain `envs`. Added. Clarified that `destroy` and `env list`
  are the scripting/CI variants.
@Taure Taure merged commit ddd3369 into main Apr 20, 2026
1 check passed
@Taure Taure deleted the docs/cmd-table branch April 20, 2026 19:47
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