ZosShell 5.0.1 Release
·
8 commits
to master
since this release
ZosShell 5.0.1 Release
New minor release ZosShell 5.0.1.
All the changes for this release is documented here #291
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.1.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-5.0.1.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.