icepick
CLI tool for managing Icepick components, agents, and tools.
Global Options
| Option | Description |
|---|---|
-C, --cwd <path> | Change working directory before running command |
--version | Show version information |
Commands
icepick create [name]
Create a new Icepick project.
Arguments:
[name]- Project name (optional)
icepick add
Add various resources to your project.
icepick add agent <name>
Add a new agent to the project.
Arguments:
<name>- Agent name (required)
icepick add tool <name>
Add a new tool to the project.
Arguments:
<name>- Tool name (required)

