CLI Reference
The agc command-line tool provides the following commands:
Project Management
Section titled “Project Management”agc init
Section titled “agc init”Initializes AgCel in the current project or directory.
agc initResource Listing
Section titled “Resource Listing”agc skills list
Section titled “agc skills list”Lists all available skills. It will show local skills first, and fall back to global skills if the project is not initialized.
agc skills listagc workflows list
Section titled “agc workflows list”Lists all available workflows. It will show local workflows first, and fall back to global ones if the project is not initialized.
agc workflows listMaintenance
Section titled “Maintenance”agc uninstall
Section titled “agc uninstall”Cleans up global data, removes the server from the IDE configuration, and prompts to uninstall the npm package.
agc uninstallGeneral
Section titled “General”agc --help
Section titled “agc --help”Displays the help menu with a list of all commands.
agc --version
Section titled “agc --version”Displays the current version of the AgCel CLI.