Configuration profile for the IBM Z JCL Expert Zowe CLI plugin.
Warning: This command has been deprecated.
Recommended replacement: The 'config set' command
Usage
zowe profiles update jclx-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new jclx profile. You can load this profile by using the name on commands that support the "--jclx-profile" option.
Options
-
--remote-home-dir
(string)
- The home directory of IBM Z JCL Expert in USS on your remote system. If this option is not set, the plug-in will rely on the PATH variable in the remote user environment.
-
--remote-temp-dir
(string)
- The directory where all temporary files are created and deleted by the IBM Z JCL Expert Zowe CLI plugin. Temporary files are cleaned up after each operation. Defaults to "/tmp" if not specified.
-
--language
(string)
-
--response-encoding
(string)
- The encoding to translate the remote response from. An empty string value or 'binary' will result in no encoding translation. Defaults to 'utf-8' if not provided.