Command-line interface for ViUR application development maintenance.
viur-cli allows for control, maintain and develop a ViUR project from one central location by using the viur command
$ viur --help
$ viur init
$ viur create myapp
$ viur run
$ viur deploy app
$ viur deploy index
$ viur vi
$ viur flare watch vi
$ viur envTo use viur-cli in your ViUR projects, use pipenv.
$ pipenv install --dev viur-cliIf you want to hack viur-cli, clone viur-cli next to your viur project folder.
$ git clone git@github.com:viur-framework/viur-cli.git
$ ls -1
viur-cli
your-projectThen, add it to your project this way
$ cd your-project
$ pipenv install --dev --editable ../viur-cliviur-cli depends on
Distributed under the MIT License. See LICENSE for more information.