Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 2.18 KB

plugins.md

File metadata and controls

89 lines (64 loc) · 2.18 KB

kaizen plugins

Contract management for KAIZEN

kaizen plugins

Contract 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

Run 'kaizen plugins <command>' to interact with plugins.

kaizen plugins list

List available plugins

Available plugin list:
bluzelle - Bluzelle information
nkn - NKN information
noia - NOIA information
icon - ICON information

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

kaizen plugins install

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

kaizen plugins uninstall

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