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