odcs-manager - Man Page

manual page for odcs-manager 0.9.0

Synopsis

odcs-manager [Options] COMMAND [ARGS]...

Description

Manage ODCS application

Options

-e, ā€‰--env-file FILE

Load environment variables from this file, taking precedence over those set by '.env' and '.flaskenv'. Variables set directly in the environment take highest precedence. python-dotenv must be installed.

-A, ā€‰--app IMPORT

The Flask application or factory function to load, in the form 'module:name'. Module can be a dotted import or file path. Name is not required if it is 'app', 'application', 'create_app', or 'make_app', and can be 'name(args)' to pass arguments.

--debug / --no-debug

Set debug mode.

--version

Show the Flask version.

--help

Show this message and exit.

Commands

cleanup

Run cleanup tasks.

db

Perform database migrations.

metrics

Collect metrics.

openapispec

Dump OpenAPI specification

routes

Show the routes for the app.

run

Run a development server.

runssl

Runs the Flask app with the HTTPS settings configured in...

shell

Run a shell in the app context.

Info

February 2025 odcs-manager 0.9.0