camp project
Manage campaign projects
Synopsis
Manage git submodules and project repositories in the campaign.
A project is a git repository tracked as a submodule under the projects/ directory. Projects can be added from remote URLs or existing local repositories.
Examples: camp project list List all projects camp project add git@github.com:org/repo.git Add a new project camp project remove api-service Remove a project
camp project [flags]
Options
-h, --help help for project
Options inherited from parent commands
--config string config file (default: ~/.obey/campaign/config.yaml)
--no-color disable colored output
--verbose enable verbose output
SEE ALSO
- camp - Campaign management CLI for multi-project AI workspaces
- camp project add - Add a project to campaign
- camp project commit - Commit changes in a project submodule
- camp project list - List projects in campaign
- camp project new - Create a new project in campaign
- camp project prune - Delete merged branches in a project
- camp project remove - Remove a project from campaign
- camp project run - Run a command inside a project directory
- camp project worktree - Manage worktrees for a project