8.4. cli

Define the command line interface.

8.4.1. schedula

schedula command line tool.

schedula [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

8.4.1.1. form

schedula forms command line tool.

schedula form [OPTIONS] COMMAND [ARGS]...

8.4.1.1.1. build

Build main folder src files.

schedula form build [OPTIONS]

Options

-f, --folder <folder>

Main folder where app and src are contained.

-v, --verbosity <LVL>

Either CRITICAL, ERROR, WARNING, INFO or DEBUG

8.4.1.1.2. run

Building of src files within MAIN_FOLDER.

MAIN_FOLDER: Folder path. [default: .]

schedula form run [OPTIONS]

Options

-f, --folder <folder>

Main folder where app and src are contained.

-a, --app <app>

The Flask application or factory function to load, in the form ‘module:name’.

-v, --verbosity <LVL>

Either CRITICAL, ERROR, WARNING, INFO or DEBUG

8.4.1.1.3. sample

Writes a sample folder OUTPUT_FOLDER.

OUTPUT_FOLDER: schedula WebForm folder template. [default: .]

schedula form sample [OPTIONS]

Options

-f, --folder <folder>

Main folder where app and src are contained.

-v, --verbosity <LVL>

Either CRITICAL, ERROR, WARNING, INFO or DEBUG

8.4.1.1.4. watch

Run server in debug with continuous build of main folder src files.

MAIN_FOLDER: Folder path. [default: .]

schedula form watch [OPTIONS]

Options

-f, --folder <folder>

Main folder where app and src are contained.

-a, --app <app>

The Flask application or factory function to load, in the form ‘module:name’.

--only-flask

The Flask application or factory function to load, in the form ‘module:name’.

-v, --verbosity <LVL>

Either CRITICAL, ERROR, WARNING, INFO or DEBUG

Classes

_Logger