braid profiles
Manage profiles — named collections of rules, skills, workflows, and agents.
Subcommands
| Subcommand | Description |
|---|---|
list | List all profiles |
get | Get a profile by ID or name |
create | Create a new profile |
update | Update a profile |
remove | Delete a profile |
set-default | Set the default profile |
Examples
List profiles:
braid profiles list
Create a profile:
braid profiles create --name "frontend-standards"
Set a default profile for braid install:
braid profiles set-default --id <profile-id>