Command line interfaceΒΆ
Ampho registers its own Flask CLI group named ampho
which is used for storing Ampho related CLI commands.
To see all available commands use following command:
flask ampho --help
If you plan to use Ampho commands often, it may be convenient to setup shell alias:
alias ampho='flask ampho'
and then avoid typing flask
while calling commands from ampho
group, i. e.:
ampho db-up