Changelog
All notable changes to the VIKTOR CLI will be documented in this file.
v0.49.0 - 12/06/2026
Added
Changed
- Updated tree-type app boilerplate
create-appcommand now appends a random 6-character suffix to the registered and readable name when the app name already exists, instead of returning an error
Removed
quickstartcommand (usecreate-appinstead)
Deprecated
Fixed
Security
v0.48.0 - 16/04/2026
Changed
create-appcommand now creates an app on the VIKTOR platform. Local boilerplate generation is opt-in via--init.
Removed
--demoflag fromcreate-appcommandget-startedcommand (useactivateinstead)
Deprecated
quickstartcommand is deprecated in favor ofcreate-app
v0.47.0 - 06/02/2026
Added
- Support for
.viktorignorefile to exclude directories and files from publication
Changed
- Allow specifying account name as arg in
configure switch-accountcommand
v0.46.0 - 14/01/2026
Added
- Support for Python 3.14
v0.45.0 - 17/12/2025
Changed
- Removed support for Python 3.9
Deprecated
- Deprecated Python 3.10
v0.44.5 - 29/09/2025
Fixed
- Reverted raise error if there are uncommitted changes during publish due to problems