Metadata-Version: 2.1
Name: viur-cli
Version: 0.6.8
Summary: Command-line interface for ViUR application maintenance.
Home-page: https://github.com/viur-framework/viur-cli
Author: Andreas H. Kelch
Author-email: ak@mausbrand.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/viur-framework/viur-cli/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# ViUR cli

Command-line interface for ViUR application maintenance.

## Installation

Use pip or pipenv to install this package

```sh
$ pip install viur-cli
```

## Usage

viur-cli allows you to control, maintain and develop a ViUR project from one central location.

```sh
$ viur --help
$ viur init
$ viur create myapp
$ viur run
$ viur deploy app
$ viur deploy index
$ viur vi
$ viur flare watch vi
$ viur env
```

## Dependencies

viur-cli depends on

* [click](https://click.palletsprojects.com/)
* [app_server](https://github.com/XeoN-GHMB/app_server)
* [pipfile-requirements](https://github.com/frostming/pipfile-requirements)
* [watchgod](https://github.com/samuelcolvin/watchgod)
* [python-minifier](https://github.com/dflook/python-minifier)

## License

Distributed under the MIT License. See `LICENSE` for more information.


