Tethys Platform
Table Of Contents
Table Of Contents

scaffold command

Create new Tethys app or extension projects.

usage: tethys scaffold [-h] [-t TEMPLATE] [-e] [-d] [-o] name

Positional Arguments

name

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

Named Arguments

-t, --template

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