Profile Use
Switch to a different configuration profile
Usage
bash
agentuity profile use [name]
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<name> | string | No | - |
Examples
Switch to the "production" profile:
bash
bunx @agentuity/cli profile use production
Switch to the "staging" profile:
bash
bunx @agentuity/cli profile switch staging
Show interactive profile selection menu:
bash
bunx @agentuity/cli profile use