Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 837 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 837 Bytes

ViUR cli

Command-line interface for ViUR application maintenance.

Installation

Use pip or pipenv to install this package

$ pip install viur-cli

Usage

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

$ 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

License

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