1MBS-MANAGER(1) User Commands MBS-MANAGER(1)
2
3
4
6 mbs-manager - manual page for mbs-manager 3.8.0
7
9 mbs-manager [OPTIONS] COMMAND [ARGS]...
10
12 MBS manager
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 build_module_locally
35 Performs local module build using Mock
36
37 cleardb
38 Clears the database
39
40 db Perform database migrations.
41
42 import_module
43 Imports the module from mmd_file
44
45 retire Retire module build(s) by placing them into...
46
47 routes Show the routes for the app.
48
49 run Runs the Flask app, locally.
50
51 shell Run a shell in the app context.
52
53 upgradedb
54 Upgrades the database schema to the latest revision
55
56
57
58mbs-manager 3.8.0 December 2022 MBS-MANAGER(1)