CLI

Developer preview

The Continual command line.

CommandWhat it does
continual checkCompile and validate continual.config.ts.
continual loginVerify and save a user API key.
continual logoutRemove the saved login.
continual whoamiShow the current authenticated actor.
continual linkLink the current directory to an existing project.
continual env pullWrite the current branch environment to .env.local.
continual devMigrate and run a development preview, reloading when source changes.
continual deployPackage and activate an existing App bundle.

Common workflow

typescript

Use 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.