Skip to content

Releases: viur-framework/viur-cli

v1.0.6

28 Jun 07:05
Compare
Choose a tag to compare
  • fix: viur check: dont kill the command on error
  • chore: added requests as dependency

v1.0.5

28 Jun 06:55
Compare
Choose a tag to compare
  • 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

04 May 17:24
Compare
Choose a tag to compare
  • chore: update app_server to 0.9.4
  • fix: error wenn updating old project.json formats

v1.0.3

18 Apr 06:13
Compare
Choose a tag to compare

-fix: allow format 1.1.1

v1.0.2

17 Apr 17:16
Compare
Choose a tag to compare

-fix: update project.json to format 1.1.1

v1.0.1

17 Apr 17:12
Compare
Choose a tag to compare
  • fix: renamed app kind from script to exec
  • fix: scriptor cli

v1.0.0

13 Apr 05:22
Compare
Choose a tag to compare
  • 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

31 Mar 12:16
Compare
Choose a tag to compare
  • fix: renamed viur script to viur tool
  • fix: renamed viur scriptor to viur script

v1.0.0-rc1

29 Mar 05:10
Compare
Choose a tag to compare
  • feat: added viur install subcommand to install scriptor and vi
  • fix: viur vi command is deprecated use viur 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

27 Mar 06:36
Compare
Choose a tag to compare
  • chore: updated app_server to 0.9.3
  • chore: updated click to 8.1.3