Create a Project
bpm project init 250903_TEST --outdir /abs/path
What it does
- Creates
/abs/path/250903_TESTand writesproject.yaml. - Records
name,project_path, optional authors, and setsstatus: active.
Check info
bpm project info --dir /abs/path/250903_TEST
bpm project status --dir /abs/path/250903_TEST
Tip
- Commit
project.yamlto version control; avoid committing secrets.