Skip to content

ZosShell 5.0.0 — Major Release

Choose a tag to compare

@frankgiordano frankgiordano released this 25 Mar 04:12
· 54 commits to master since this release
ef7fe64

ZosShell 5.0.0 — Major Release

New major release of ZosShell: version 5.0.0! This version includes an architectural refactor and a collection of important improvements and resolved issues.

All the changes for this release is documented here #268

See readme.md for further details.

When you download the JAR file, change directory to its location and execute the following command to start the application:

java -jar zosshell-5.0.0.jar

You can send an argument value to the java command above, for instance:

java -jar zosshell-5.0.0.jar 2

This will load the second profile defined in config.json at start-up instead of the first one, which is done by default.

Java 11 and higher is required to be installed and setup within your path.