Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 3, 2015
1 parent 931087a commit bdbc49d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/fabmanager.rst
@@ -0,0 +1,10 @@
Command Line Manager
====================

Since version 1.3.0 F.A.B. has a command line manager, you can use it for many development tasks.
Many of the commands are design to import your application,

Take a quick look to the current possibilities.

Create new Applications
-----------------------
2 changes: 1 addition & 1 deletion flask_appbuilder/console.py
Expand Up @@ -248,7 +248,7 @@ def version(app, appbuilder):
@click.option('--appbuilder', default='appbuilder', help='your AppBuilder object')
def security_cleanup(app, appbuilder):
"""
Flask-AppBuilder package version
Cleanup unused permissions from views and roles.
"""
_appbuilder = import_application(app, appbuilder)
_appbuilder.security_cleanup()
Expand Down

0 comments on commit bdbc49d

Please sign in to comment.