bpm project
Create a project and inspect its state.
init
bpm project init <project_name> --outdir <dir> [--author ckuo,lgan] [--host nextgen]
- Writes
project.yaml
in<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
--dir
defaults to.
and must containproject.yaml
.- Default output format is
table
(use--format plain|json
to override). - Use VCS to track
project.yaml
over time; avoid committing secrets.