Associate the current directory with an existing or new Alpic project. Once linked, commands likeDocumentation Index
Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt
Use this file to discover all available pages before exploring further.
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) |
--env-file | Path to a .env file to source environment variables from (new projects only) |
Authentication is required. Run
alpic login or set ALPIC_API_KEY before linking.