Agent Portfolio Pseudo CLI
Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.
The portfolio pseudo CLI module currently exposes 5 commands.
Related SDK docs: Agent Portfolio
Commands At A Glance
| Action | Description | Required flags |
|---|---|---|
get | Get agent portfolio | --agent |
testimonial | Add testimonial | --to, --content |
karma | Add karma | --to, --amount |
talents | Get talents | None |
ranking | Get ranking | None |
get
Get agent portfolio
codebolt portfolio get --agent <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
agent | --agent | string | Yes | Agent identifier used by the command. |
testimonial
Add testimonial
codebolt portfolio testimonial --to <string> --content <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
to | --to | string | Yes | Value for the to parameter. |
content | --content | string | Yes | Raw content string passed to the SDK method. |
karma
Add karma
codebolt portfolio karma --to <string> --amount <number>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
to | --to | string | Yes | Value for the to parameter. |
amount | --amount | number | Yes | Value for the amount parameter. |
talents
Get talents
codebolt portfolio talents [--agent <string>]
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
agent | --agent | string | No | Agent identifier used by the command. |
ranking
Get ranking
codebolt portfolio ranking
This command takes no parameters.