https://github.com/mariofix/flask-admin-cli
A CLI application for Flask-Admin
https://github.com/mariofix/flask-admin-cli
cli cli-app click flask flask-admin manager python python-library python3
Last synced: about 2 months ago
JSON representation
A CLI application for Flask-Admin
- Host: GitHub
- URL: https://github.com/mariofix/flask-admin-cli
- Owner: mariofix
- Created: 2023-01-07T02:19:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:20:50.000Z (10 months ago)
- Last Synced: 2024-09-06T01:25:52.343Z (9 months ago)
- Topics: cli, cli-app, click, flask, flask-admin, manager, python, python-library, python3
- Language: Python
- Homepage: https://mariofix.github.io/flask-admin-cli/
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mariofix/flask-admin-cli - A CLI application for Flask-Admin (Python)
README
# Flask Admin CLI
[](https://pypi.org/project/flask-admin-cli/)
[](https://github.com/mariofix/flask-admin-cli/blob/master/LICENSE)
[](https://github.com/mariofix/flask-admin-cli/actions/workflows/test_and_coverage.yml)
[](https://github.com/psf/black)

[](https://github.com/psf/black)
[](https://coveralls.io/github/mariofix/flask-admin-cli?branch=main)
## Introduction
Flask Admin CLI is a command-line tool to manage Flask Admin examples. It provides commands to list original and available examples, clone a specific example repository, and perform pre-flight checks.
## Installation
To install Flask Admin CLI, use pip:
```shell
pip install flask-admin-cli
```## Usage
### List Original Examples
To list all original Flask Admin examples along with their URLs and installation commands:
```shell
flask-admin-cli list_original_examples
```### List Available Examples
To list all available Flask Admin examples along with their URLs and installation commands:
```shell
flask-admin-cli list_examples
```### Clone Example Repository
To clone a specific Flask Admin example repository to the specified directory:
```shell
flask-admin-cli new_app --app example_name --dest_dir /path/to/destination
```Replace `example_name` with the desired example (e.g., `appengine`, `auth`, `bootstrap4`, etc.) and provide the destination directory for installation.
## Documentation
For more detailed information and documentation, visit the [Flask Admin CLI Documentation](https://mariofix.github.io/flask-admin-cli).
## Credits
Special thanks to the Flask Admin team for their fantastic work.
## License
This project is licensed under the [MIT License](LICENSE).