deploy and git connect operate on the linked project without requiring additional flags.
Usage
Extended Usage
Skip all prompts (useful in CI):. (repository root). Alpic stores this path on the project so builds and deployments run from that folder inside the connected repository.
Options
| Flag | Description |
|---|---|
--non-interactive | Skip all confirmation prompts |
--team-id | Team ID to use |
--project-id | Link to this existing project ID |
--environment-id | Use this environment ID |
--project-name | New project name |
--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) |
Authentication is required. Run
alpic login or set ALPIC_API_KEY before linking.