braid profiles
Manage scope profiles.
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 |
Common options
Most profile subcommands accept:
| Option | Description |
|---|---|
-s, --server <url> | Override the braid server URL |
--api-key <token> | Override the API key |
--json | Output JSON |
Subcommand options
| Subcommand | Required options | Additional options |
|---|---|---|
list | none | common options only |
get | none | --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 listCreate a profile:
braid profiles create --name "frontend-standards"Set a default profile for braid install:
braid profiles set-default --id <profile-id>