1ODCS-MANAGER(1) User Commands ODCS-MANAGER(1)
2
3
4
6 odcs-manager - manual page for odcs-manager 0.4.0
7
9 odcs-manager [OPTIONS] COMMAND [ARGS]...
10
12 Manage ODCS application
13
15 -e, --env-file FILE
16 Load environment variables from this file. pythondotenv must be
17 installed.
18
19 -A, --app IMPORT
20 The Flask application or factory function to load, in the form
21 'module:name'. Module can be a dotted import or file path. Name
22 is not required if it is 'app', 'application', 'create_app', or
23 'make_app', and can be 'name(args)' to pass arguments.
24
25 --debug / --no-debug
26 Set debug mode.
27
28 --version
29 Show the Flask version.
30
31 --help Show this message and exit.
32
33 Commands:
34 db Perform database migrations.
35
36 generatelocalhostcert
37 Creates a public/private key pair for message...
38
39 openapispec
40 Dump OpenAPI specification
41
42 routes Show the routes for the app.
43
44 run Run a development server.
45
46 runssl Runs the Flask app with the HTTPS settings...
47
48 shell Run a shell in the app context.
49
50
51
52odcs-manager 0.4.0 December 2022 ODCS-MANAGER(1)