Zapnito::Cli

Install

$ gem install zapnito-cli

Add your api token to ~/.zapnito

{
  "apiToken": "yourZapnitoApiToken"
}

Usage

Create a theme for a tenant

$ zapnito theme add

Publish a theme

$ zapnito theme publish

Preview in browser

$ zapnito theme preview
$ zapnito theme preview_link

Development options

{ "proxy": "http://localhost:8888", "debug": true }