Skip to content

Commit

Permalink
Merge pull request #1629 from RogerHaase/moin.rst
Browse files Browse the repository at this point in the history
Moin.rst
  • Loading branch information
RogerHaase authored Feb 25, 2024
2 parents e253029 + 806189d commit 0cd83d0
Showing 1 changed file with 39 additions and 29 deletions.
68 changes: 39 additions & 29 deletions docs/man/moin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,37 +71,47 @@ If you invoke :program:`moin` without any arguments, it will show a short quick
Moin extensions to the Flask CLI

Options:
--version Show the flask version
--help Show this message and exit.
-e, --env-file FILE Load environment variables from this file. 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:
account-create Create a user account
account-disable Disable user accounts
account-password Set user passwords
create-instance Create wikiconfig and wiki instance directories...
dump-help Dump a namespace of user help items to .data...
dump-html Create a static HTML image of this wiki
help Quick help
import19 Import content and user data from a moin 1.9 wiki
index-build Build the indexes
index-create Create empty indexes
index-destroy Destroy the indexes
index-dump Dump the indexes in readable form to stdout
index-move Move the indexes from the temporary to the...
index-optimize Optimize the indexes
index-update Update the indexes
item-get Get an item revision from the wiki
item-put Put an item revision into the wiki
load Deserialize a file into the backend; with...
load-help Load a directory of help .data and .meta file...
load-sample Load wiki sample items
maint-reduce-revisions Remove all revisions but the last one from all...
maint-set-meta Set meta data of a new revision
maint-validate-metadata Find and optionally fix issues with item metadata
routes Show the routes for the app.
run Run a development server.
save Serialize the backend into a file
shell Run a shell in the app context.
account-create Create a user account
account-disable Disable user accounts
account-password Set user passwords
create-instance Create wikiconfig and wiki instance...
dump-help Dump a namespace of user help items to .data...
dump-html Create a static HTML image of this wiki
help Quick help
import19 Import content and user data from a moin 1.9 wiki
index-build Build the indexes
index-create Create empty indexes
index-destroy Destroy the indexes
index-dump Dump the indexes in readable form to stdout
index-move Move the indexes from the temporary to the...
index-optimize Optimize the indexes
index-update Update the indexes
item-get Get an item revision from the wiki
item-put Put an item revision into the wiki
load Deserialize a file into the backend; with...
load-help Load a directory of help .data and .meta file...
load-sample Load wiki sample items
maint-reduce-revisions Remove all revisions but the last one from all...
maint-set-meta Set meta data of a new revision
maint-validate-metadata Find and optionally fix issues with item metadata
routes Show the routes for the app.
run Run a development server.
save Serialize the backend into a file
shell Run a shell in the app context.
welcome Load initial welcome page into an empty wiki



See also
Expand Down

0 comments on commit 0cd83d0

Please sign in to comment.