CLI
Developer previewThe Continual command line.
| Command | What it does |
|---|---|
continual check | Compile and validate continual.config.ts. |
continual login | Verify and save a user API key. |
continual logout | Remove the saved login. |
continual whoami | Show the current authenticated actor. |
continual link | Link the current directory to an existing project. |
continual env pull | Write the current branch environment to .env.local. |
continual dev | Migrate and run a development preview, reloading when source changes. |
continual deploy | Package and activate an existing App bundle. |
Common workflow
12345continual logincontinual linkcontinual checkcontinual devcontinual deployUse the CLI for local validation and deployment. The platform API is available when the Continual app, CI system, or custom integration needs the same control-plane operations.