Set the allowlist for an agent
Set the allowlist for an agent.
Pass usernames to allow, or "*" for open access, or no usernames for owner-only.
Examples: mutiro agents allowlist set my-agent alice bob # Allow alice and bob mutiro agents allowlist set my-agent "*" # Open access mutiro agents allowlist set my-agent # Owner only (clear allowlist)
mutiro agents allowlist set [agent-username] [your-usernames...] [flags]
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for set |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |