Skip to content

Releases: Zowe-Java-SDK/ZosShell

ZosShell 5.0.0 — Major Release

25 Mar 04:12
ef7fe64

Choose a tag to compare

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

11 Sep 00:30
7fcec43

Choose a tag to compare

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:

#256
#255
#254

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

21 Jun 05:03

Choose a tag to compare

This release contains some internal code improvements, enhancements and bug fixes.

Following issues were included:

#251
#250
#249
#253
#252

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

07 Jun 00:00

Choose a tag to compare

This release contains internal enhancements, bug fixes and a new feature, see the issues noted below for details.

Following issues were included:

#247
#248
#246
#245

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

01 Jun 18:45

Choose a tag to compare

This release contains a bug fix and an enhancement, see the issues noted below for details.

Following issues were included:

#244
#243

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

30 May 18:02

Choose a tag to compare

This release contains improvements to the DOWNLOAD command.

Following issues were included:

#242
#241

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

28 May 01:35

Choose a tag to compare

This release contains some internal code improvements, enhancements and bug fixes.

Following issues were included:

#239
#240

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

23 May 01:45

Choose a tag to compare

This release contains some internal code improvements, an enhancement, and bug fixes.

Following issues were included:

#238
#237
#236
#221

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

22 May 02:51

Choose a tag to compare

This release contains the following enhancement to the HELP command:

#235

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

22 May 01:12

Choose a tag to compare

This release contains some internal code improvements, new start-up feature, and bug fixes.

Following issues were included:

#234
#233
#232
#231

#229

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.