lizard link
Associate the current directory with an existing project (and optionally a service).
Usage
lizard link [service] [flags]Flags
| Flag | Description |
|---|---|
-p, --project <id> | Project name, slug, or ID |
-s, --service <name> | Service to link |
-w, --workspace <ws> | Workspace |
Examples
Link to an existing project
lizard link --project my-projectLink to a project and a specific service
lizard link my-service --project my-projectLink within a specific workspace
lizard link --project my-project --workspace my-workspaceSee also
- lizard init — create or select a project and link it in one step
- lizard unlink — remove the link from the current directory
- lizard status — show the linked workspace, project, and service
- Architecture: Project — how the directory-to-project link works