Plugin management for KAIZEN
Plugin management for KAIZEN
Commands:
kaizen plugins install [plugin] Install and add a plugin to your project
kaizen plugins uninstall [plugin] Uninstall and remove a plugin to your
project
kaizen plugins list Lists all available plugins
Options:
--help Show help [boolean]
--version Show version number [boolean]
Examples:
kaizen plugins install
kaizen plugins uninstall
kaizen plugins list
Available plugins:
bluzelle - Decentralized database
nkn - Data transmisstion
noia - Decentralized CDN
icon - Blockchain
orbit - Decentralized database
arweave - Decentralized file storage
fluence - Decentralized database
sia - Decentralized file storage
near - Scalable decentralized application
tellor - Decentralized oracle service
Run 'kaizen plugins <command>' to interact with plugins.
List available plugins
Available plugin list:
bluzelle - Bluzelle information
nkn - NKN information
noia - NOIA information
icon - ICON information
orbit - Orbit information
arweave - Decentralized file storage
fluence - Decentralized database
sia - Decentralized file storage
near - Scalable decentralized application
tellor - Decentralized oracle service
To install a plugin run 'kaizen plugins install <plugin-name-here>'
It will be automatically downloaded and added to your 'package.json' and 'kaizen.json' file
Install and add a plugin to your project
Positionals:
plugin, p plugin name [string] [required]
Options:
--help Show help [boolean]
--version Show version number [boolean]
Examples:
kaizen plugins install bluzelle
kaizen plugins install nkn
Uninstall and remove a plugin to your project
Positionals:
plugin, p plugin name [string] [required]
Options:
--help Show help [boolean]
--version Show version number [boolean]
Examples:
kaizen plugins uninstall bluzelle
kaizen plugins uninstall nkn
kaizen plugins uninstall arweave