Skip to main content
Version: 0.5.x

ParametersArgs (class)

ParameterArgs is the class type of the "sqrl" argument for the main function of parameters.py, which runs at server startup time.

The class can be imported from the squirrels.arguments or squirrels module.

Attributes

Attributes of ParametersArgs that can be accessed.

project_path

The path to the project directory.

Type: str

proj_vars

A dictionary to access a project variable defined in squirrels.yml.

Type: dict[str, Any]

env_vars

A dictionary of environment variables.

Type: dict[str, str]