Commands¶
| Command | Description |
|---|---|
bear init |
Initialize a new project |
bear plan |
Detect changes, validate, create deployment plan |
bear apply |
Execute the deployment plan |
bear check |
Validate config and dependencies |
bear list |
List all artifacts |
bear preset |
Manage presets |
Global Flags¶
| Flag | Description |
|---|---|
-d, --dir <path> |
Project directory (default: .) |
-f, --force |
Force operation, ignore pins |
-v, --verbose |
Show full command output |