Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cannon Command Line Interface

Install the CLI

Use npm to install the CLI:

npm i -g @usecannon/cli

Run a Package

Run a package from the registry:

cannon greeter

Setup to Build

To deploy protocols and create your own packages (i.e. build Cannonfiles), first run the setup command:

cannon setup

See the website for the Getting Started guide, documentation, and more.