Commit changes in a project submodule
Commit changes within a project submodule.
Auto-detects the current project from your working directory, or use --project to specify a project by name.
Examples:
cd projects/my-api camp project commit -m "Fix bug"
camp project commit --project my-api -m "Update deps"
camp project commit [flags]
-a, --all Stage all changes (default true)
--amend Amend the previous commit
-h, --help help for commit
-m, --message string Commit message (required)
-p, --project string Project name (auto-detected from cwd if not specified)
--sync Sync submodule ref at campaign root after commit (opt-in)
--config string config file (default: ~/.obey/campaign/config.json)
--no-color disable colored output
--verbose enable verbose output
- camp project - Manage campaign projects