Usage
Extended Usage
Skip all prompts (useful in CI):--root-dir is passed through the same linking flow as alpic link: it only applies when this run creates a new Alpic project. For an already linked directory, the app root was set at link/create time.
Import environment variables from a .env file when creating a new project:
Options
| Flag | Description |
|---|---|
--non-interactive | Skip all confirmation prompts |
--runtime | Runtime to use: node24, node22, python3.14, python3.13 |
--root-dir | Relative path to the app root for builds and deployments; only when creating a new project (omit for repository root) |
--project-name | Name for a new project |
--team-id | Team ID |
--project-id | Project ID to deploy to directly |
--environment-id | Environment ID to deploy to directly |
--env-file | Path to a .env file to source environment variables from (new projects only) |
Project names can be renamed. For CI/CD pipelines, prefer
--project-id to avoid breakage.Authentication is required. Run
alpic login or set ALPIC_API_KEY before deploying.