Using Plugins¶
Install, enable, and configure atlcli plugins.
Plugin Location¶
Plugins are stored at ~/.atlcli/plugins/.
Installing Plugins¶
From npm (future)¶
From Local File¶
From Git Repository¶
Managing Plugins¶
List Installed¶
Output:
Name Version Status Description
git 1.0.0 enabled Git integration
custom 0.1.0 disabled Custom workflow
Enable Plugin¶
Disable Plugin¶
Remove Plugin¶
Configuration¶
Global Config¶
Enable plugins in ~/.atlcli/config.json:
Plugin-Specific Config¶
Some plugins have their own configuration:
Plugin Commands¶
Plugins can add new commands:
List available commands from a plugin:
Troubleshooting¶
Plugin Not Loading¶
- Check plugin is enabled:
atlcli plugin list - Verify plugin path exists
- Check for syntax errors in plugin code
Command Conflicts¶
If two plugins define the same command, the first enabled wins. Disable conflicting plugins or use namespaced commands: