Releases: Zowe-Java-SDK/ZosShell
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.
ZosShell 2.3.1 release
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
This release contains some internal code improvements with a refactored enhancement of the HELP command!
HELP enhancement:
Additional work done to remove HLQ restriction (related to count commands):
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
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
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
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
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-2.1.5.jar
Java 11 and higher is required to be installed and setup within your path.
ZosShell 2.1.4 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-2.1.4.jar
Java 11 and higher is required to be installed and setup within your path.
ZosShell 2.1.2 release
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
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 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
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.
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.