Releases: viur-framework/viur-cli
Releases · viur-framework/viur-cli
v1.0.6
- fix: viur check: dont kill the command on error
- chore: added requests as dependency
v1.0.5
- chore: updated python-minifier to support python 3.11
- feat: added
viur check [--dev]
to do a pipenv check and npm audit. - feat: before deployment the cli runs the check command
v1.0.4
- chore: update app_server to 0.9.4
- fix: error wenn updating old project.json formats
v1.0.3
-fix: allow format 1.1.1
v1.0.2
-fix: update project.json to format 1.1.1
v1.0.1
- fix: renamed app kind from
script
toexec
- fix: scriptor cli
v1.0.0
- feat: added
viur build app [NAME]
command which build a specific app - feat: new app type
script
- feat:
viur install vi
can now have an optional --target parameter
v1.0.0-rc2
- fix: renamed
viur script
toviur tool
- fix: renamed
viur scriptor
toviur script
v1.0.0-rc1
- feat: added
viur install
subcommand to install scriptor and vi - fix:
viur vi
command is deprecated useviur install vi
instead - feat: added
viur scriptor
command to use scriptor scripts - fix: 2-to-3 script viur 3.4 updates
- fix: unified version schema
- feat: added
viur build release
command which build all flare and npm apps - fix: removed
viur release
command - feat: apps are now listed in a builds object in the project.json
- feat: 2 app kinds flare and npm are supported
- feat: added
viur project scanNpm
to add existing npm apps - feat: added
viur script
call different viur related scripts like 2to3, flare or get_pyodide
v0.7.8
- chore: updated app_server to 0.9.3
- chore: updated click to 8.1.3