Releases: viur-framework/viur-cli
Releases · viur-framework/viur-cli
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
v0.7.7
- fix: broken
viur vi
command
v0.7.6
- feat: download vi 4 with:
viur vi --next
v0.7.5
- fix: 2-to-3 correct some old boneNames
- docu: 2-to-3 documentation added to readme
- feat: 2-to-3 can be applied to a single file
v0.7.4
- fix: 2-to-3 script was broken
v0.7.2
- chore: updated app_server to 0.9.2
v0.7.1
- chore: updated app_server to 0.9.1
v0.7.0
- feat: index.yaml will be sorted before deployment
- feat: use of
$(variable)
placeholders in version strings, allows to use all
project configuration values, and additionally for these placeholders:$(user)
for the username$(day)
for current date's day$(month)
for current date's month$(year)
for current date's year$(hour)
for current time's hour$(minute)
for current time's minute$(second)
for current time's second