Releases: Zowe-Java-SDK/ZosShell
ZosShell 5.0.0 — Major Release
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.
ZosShell 4.1.0 release
This release is a bump up to version 4.
It consists internal changes to support the new zowe-client-java-sdk version 5 and a few bug fixes.
See the following issues were included:
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-4.1.0.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-4.1.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.
ZosShell 3.3.0 release
This release contains some internal code improvements, enhancements and bug fixes.
Following issues were included:
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-3.3.0.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-3.3.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.
ZosShell 3.2.0 release
This release contains internal enhancements, bug fixes and a new feature, see the issues noted below for details.
Following issues were included:
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-3.2.0.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-3.2.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.
ZosShell 3.1.2 release
This release contains a bug fix and an enhancement, see the issues noted below for details.
Following issues were included:
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-3.1.2.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-3.1.2.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.
ZosShell 3.1.1 release
This release contains improvements to the DOWNLOAD command.
Following issues were included:
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-3.1.0.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-3.1.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.
ZosShell 3.1.0 release
This release contains some internal code improvements, enhancements and bug fixes.
Following issues were included:
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-3.1.0.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-3.1.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.
ZosShell 3.0.2 release
This release contains some internal code improvements, an enhancement, and bug fixes.
Following issues were included:
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-3.0.2.jar
You can send an argument value to the java command above, for instance:
java -jar zosshell-3.0.2.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.
ZosShell 3.0.1 release
This release contains the following enhancement to the HELP command:
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-3.0.1.jar
Alternatively, you can send an argument value to the java command above, for instance:
java -jar zosshell-3.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.
ZosShell 3.0.0 release
This release contains some internal code improvements, new start-up feature, and bug fixes.
Following issues were included:
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-3.0.0.jar
New feature provided by this release provides an argument when starting application.
You can send an argument value to the java command above, for instance:
java -jar zosshell-2.1.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.