Skip to content

Releases: Zowe-Java-SDK/ZosShell

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.

ZosShell 2.3.1 release

21 May 19:19
2724373

Choose a tag to compare

This release contains tweaks to the latest HELP refactoring done in previous release. 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-2.3.1.jar

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

ZosShell 2.3.0 release

21 May 01:39

Choose a tag to compare

This release contains some internal code improvements with a refactored enhancement of the HELP command!

HELP enhancement:

#230

Additional work done to remove HLQ restriction (related to count commands):

#227

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-23.0.jar

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

ZosShell 2.2.1 release

20 May 02:46
f497885

Choose a tag to compare

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

Following issues were included:

http://github.com/Zowe-Java-SDK/ZosShell/pull/228
#227
#225
#224
#223

#222

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-2.2.1.jar

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

ZosShell 2.2.0 release

18 May 04:19

Choose a tag to compare

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

Following issues were included:

#215
#216
#217
#218
#219
#210
#211

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-2.1.5.jar

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

ZosShell 2.1.5 release

19 Dec 01:07

Choose a tag to compare

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

Following issues were included:

#214
#213
#212

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-2.1.5.jar

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

ZosShell 2.1.4 release

22 Sep 06:05

Choose a tag to compare

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

Following issues were included:

#211
#209
#208
#206
#205
#204

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-2.1.4.jar

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

ZosShell 2.1.2 release

19 Apr 04:01
96ecc72

Choose a tag to compare

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

Following issues were included:

#203
#202
#201
#200
#197
#196
#195
#194
#193
#192

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-2.1.2.jar

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

ZosShell 2.1.1 release

20 Mar 01:03

Choose a tag to compare

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

It introduces the echo command. As such, you can now display an individual env variable instead relying on "env" command that displays all variables; it follows the same Linux echo conventions for the most part.

It looks for certain environment variables that are defined at start-up from the configuration JSON settings to use first before checking configuration settings. For instance, DOWNLOAD_PATH value can be changed to specify another location and if the variable is set to blank, the code will look up the configuration setting value. See project's README.MD about the environment variables created at start-up and its usage.

Lastly, the PROMPT env variable now allows you to redefine and control the command prompt value.

See:
#187
#186
#185
#183
#180

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-2.1.1.jar

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

ZosShell 2.1.0 release

29 Feb 05:21
aee006c

Choose a tag to compare

The following release's biggest change is the optional requirement for username and password variable settings in config.json. If the username and password are not defined in the JSON, the application will prompt you for the information.

Other recent changes included:
Support dataset(member) notation input for submit command.
Added rename command.
Save command checkum check.

See:
#184
#182
#181
#177

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

java -jar zosshell-2.1.0.jar

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