scaffold command

Create new Tethys app or extension projects.

usage: tethys scaffold [-h] [-t {default,react,reactpy}] [-e] [-d] [-o]
                       name [prefix]

Positional Arguments

name

The name of the new Tethys app project to create. Only lowercase letters, numbers, and underscores allowed.

prefix

The absolute path to the directory within which the new app should be scaffolded.

Default: '/home/docs/checkouts/readthedocs.org/user_builds/tethys-platform/checkouts/latest/docs'

Named Arguments

-t, --template

Possible choices: default, react, reactpy

Name of template to use.

Default: 'default'

-e, --extension

Default: False

-d, --defaults

Run command, accepting default values automatically.

Default: False

-o, --overwrite

Attempt to overwrite project automatically if it already exists.

Default: False