CLI v0.17.0 and SDK v13.1.0 released
A new version of the CLI is available now! Creating a new app has never been easier with the newly added create-app
command. This command creates an empty app including all necessary components, which you can modify to your liking.
It is also possible to generate a complete demo app by adding the --demo
flag. By adding this flag a fully functioning app is created that showcases a broad selection of available features. We think this can be a good starting point for new developers that still need to get acquainted with VIKTOR.
More information can be found here
Usage:
viktor-cli create-app my-new-app
or:
viktor-cli create-app --demo my-new-app
Furthermore, SDK v13.1.0 has been released!
- Several additions to the SCIA integration such as library cross-sections and solver settings
- Fixed an issue regarding timeout errors which occur regularly when using our addons
Check the CHANGELOG for the complete list of changes!