profile
Release profiles and team profiles. The guide is Teams, the file format is in Configuration.
profile list
benchbar profile list [--json]Built in and team profiles, with where each comes from.
| Flag | What it does |
|---|---|
--json | The list as JSON (schema) |
Exit codes: 0.
benchbar profile listprofile show
benchbar profile show NAMEWhat a profile installs: base, Python, Node, MariaDB, apps.
Exit codes: 0; 1 when there is no such profile or its file does not parse.
benchbar profile show acmeprofile create
benchbar profile create NAME --from-bench PATH [--dir DIR]Writes a team profile from a bench. It only reads the bench: the app
repos and branches, and the base from its frappe version. benchbar install --profile NAME then builds the same bench on another Mac.
| Flag | What it does |
|---|---|
--from-bench PATH | The bench to read |
--dir DIR | Write NAME.toml into DIR instead of ~/.config/benchbar/profiles |
Exit codes: 0; 1 when the name is not valid, the path is not a bench, or a repo URL carries credentials.
benchbar profile create acme --from-bench ~/frappe-bench