braid docs

braid profiles

Manage scope profiles.

Subcommands

SubcommandDescription
listList all profiles
getGet a profile by ID or name
createCreate a new profile
updateUpdate a profile
removeDelete a profile
set-defaultSet the default profile

Common options

Most profile subcommands accept:

OptionDescription
-s, --server <url>Override the braid server URL
--api-key <token>Override the API key
--jsonOutput JSON

Subcommand options

SubcommandRequired optionsAdditional options
listnonecommon options only
getnone--id <id>, --name <name>
create--name <name>--context-json <json>
update--id <id>--name <name>, --context-json <json>
remove--id <id>-y, --yes
set-default--id <id>common options only

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>