woz 1.2.7

Woz is a WebAssembly progressive web app (PWA) toolchain for deploying performant mobile apps distributed for free with a hyperlink.
name: woz
author: Alex Kehayias <alex.kehayias@gmail.com>
about: WebAssembly progressive web app (PWA) command line toolchain https://woz.sh
settings:
  - SubcommandRequiredElseHelp
args:
  - project:
      short: p
      long: project
      value_name: PATH
      help: Sets the directory path to run on
      takes_value: true
  - home:
      short: h
      long: home
      value_name: PATH
      help: Sets the woz home directory path
      takes_value: true
  - config:
      short: c
      long: config
      value_name: PATH
      help: Sets the woz config file to use
      takes_value: true

subcommands:
  - setup:
      about: Setup a woz.sh account and authentication
  - init:
      about: Initialize a woz in the current project directory
  - new:
      about: Create a new woz project in the current
      args:
        - NAME:
            help: Name of the project
            required: true
  - build:
      about: Build the app locally
  - deploy:
      about: Deploy this version of the app
  - update:
      about: Update to latest version of woz