Releases: viur-framework/viur-cli
Releases · viur-framework/viur-cli
v0.6.6
- [BREAKING]:
viur release
requires pyenv to enforce python 3.9.5
v0.6.5
- added: config format versioning
- added: pyodide version
- added: conf update function
- added: npm command by default it tries to call npm run build
- added: release command
- [BREAKING]: vue command removed, use npm instead
- [BREAKING]: assets command removed, use npm instead
v0.6.4
- fix: get-pyodide now uses 0.19
v0.6.3
- feat: Updated python-minifier to allow Python 3.10
v0.6.2
- feat: Autocompletion for bash and zsh
v0.6.1
- fix:
viur init
with no project.json
v0.6.0
- feat:
viur assets [init | build]
- feat:
viur vue [add | remove | serve | build]
- fix: show help if called wihout parameter
- feat: collect core and vi version if not used as submodule
- feat: optimized vi update handler
- fix: block flare release if zip command is missing on System
- chore: updated flare and get-pyodide scripts
- feat: added git verison to env overview
- feat: on init we now can add vi as submodule to project
v0.5.5
- [BREAKING]:
viur-cli
is nowviur
- [BREAKING]:
viur-cli deploy
is nowviur deploy app
- [BREAKING]:
viur-cli index
is nowviur deploy index
- [BREAKING]:
viur-cli flare [appname] [release | debug | watch]
is
nowviur flare [release | debug | watch] [appname]
- feat:
viur create [projectname]
- feat:
viur project [add | remove | list | addFlare]
v0.5.1
- fix: flare apps buildscripts
v0.5.0
- first release