odcs-manager - Man Page

manual page for odcs-manager 0.8.0

Synopsis

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

Description

Manage ODCS application

Options

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

Load environment variables from this file. pythondotenv 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

db

Perform database migrations.

generatelocalhostcert

Creates a public/private key pair for message...

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

shell

Run a shell in the app context.

Info

March 2024 odcs-manager 0.8.0