name: woz
version: "1.2.3"
author: Alex Kehayias <alex.kehayias@gmail.com>
about: Woz.sh command line tool
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