bpm project
Create a project and inspect its state.
init
bpm project init <project_name> --outdir <dir> [--author ckuo,lgan] [--host nextgen]
- Writes
project.yamlin<dir>/<project_name>. - Records
name,project_path(host-aware), optional authors, and setsstatus: active.
info
bpm project info [--dir <project_dir>] [--format table|plain|json]
- Shows name, status, authors, and listed templates.
status
bpm project status [--dir <project_dir>] [--format table|plain|json]
- Shows template ids with current statuses (e.g.,
active,completed).
Notes
--dirdefaults to.and must containproject.yaml.- Default output format is
table(use--format plain|jsonto override). - Use VCS to track
project.yamlover time; avoid committing secrets.