Plugins
The Zopio CLI supports a powerful plugin system that allows you to extend its functionality with custom commands and features.Using Plugins
Plugins are automatically loaded from the.zopio/plugins directory in your project. You can also specify additional plugin directories using the ZOPIO_PLUGINS_DIR environment variable.
Creating Plugins
A Zopio CLI plugin is a TypeScript module that exports aregister function. This function receives the CLI instance and can register new commands or modify existing ones.