Skip to content

kaizen cli

Phyrex Tsai edited this page Dec 9, 2018 · 14 revisions

Install

$ npm install -g kaizen-cli

Usage

$ kaizen

Command

CLI

config ........................ Configure KAIZEN  
create ........................ Create new KAIZEN project  
install ....................... Install a KAIZEN project from GitHub   
deploy ........................ Deploy a KAIZEN project  
info .......................... Display information about the project  
plugins ....................... Plugin management for KAIZEN  
plugins install ............... Install and add a plugin to your project  
plugins uninstall ............. Uninstall and remove a plugin from your project  
plugins list .................. Lists all available plugins  

Smart Contract (Alpha)
* The KAIZEN Smart Contract is currently in experimental alpha.

contracts ..................... Contract management for KAIZEN
contracts deploy .............. Deploy smart contract

Blockchain (Alpha)
* The KAIZEN Blockchain is currently in experimental alpha.

blockchains ................... Blockchain management for KAIZEN
blockchains txresult .......... Get transaction result
blockchains balance ........... Get account balance
blockchains faucet ............ Get testnet token

Platform (Alpha)
* The KAIZEN Platform is currently in experimental alpha.

login ......................... Login or sign up for the KAIZEN Platform
logout ........................ Logout from the KAIZEN Platform

instances ...................... Instance management for KAIZEN Platform
instances deploy ............... Deploy instance on KAIZEN Platform
instances list ................. List all instance on KAIZEN Platform
instances ssh .................. Using SSH to connect to KAIZEN Platform instance

Plugins
NKN, Bluzelle, NOIA, Portal

Command

Create project

kaizen create --template <TEMPLATE> --name <NAME>

Install project

kaizen install --url <GITHUB_PATH>

Deploy project

kaizen deploy

Info project

kaizen info
Clone this wiki locally