8.2.10.1. cli

Define the command line interface for web forms.

8.2.10.1.1. schedula form

schedula forms command line tool.

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

8.2.10.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.2.10.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.2.10.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.2.10.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