CLI/

agentver suggestions

List suggestions for a skill from the platform.

Usage

$ agentver suggestions [name]

Arguments

[name]Filter by package name (optional)

Options

-s, --status <status>Filter by status: open, closed, merged, all (default: open)

Examples

List all open suggestions

$ agentver suggestions

List suggestions for a specific skill

$ agentver suggestions deploy-checker

List suggestions with any status

$ agentver suggestions --status all

Note: Requires platform connection (agentver login).

Related commands