diff --git a/docs/user-guide/cli-configuringcli-ev.md b/docs/user-guide/cli-configuringcli-ev.md index f9a627604d..9761370094 100644 --- a/docs/user-guide/cli-configuringcli-ev.md +++ b/docs/user-guide/cli-configuringcli-ev.md @@ -74,3 +74,13 @@ Use the `--show-inputs-only` option in a Zowe CLI command to view the property v | Environment variable | Description | Values | Default | | ---------------------- | ----------- |------- | ------- | | `ZOWE_SHOW_SECURE_ARGS` | Displays secure property values used by a Zowe CLI command | `TRUE`, `FALSE` | `FALSE` | + +## Using Zowe CLI with a proxy + +If your network configuration requires communication with the mainframe to be performed through a proxy server, set environment variables to route Zowe CLI traffic through an HTTP/HTTPS proxy. + +| Environment Variable | Description | Example Value | +| - | - | - | +| `HTTPS_PROXY`, `https_proxy` | Use an `https` proxy to route communication to the mainframe when your proxy server supports `https`. | If authentication required:
`https://[user]:[password]@[address]:[port]`
If authentication not required:
`https://[address]:[port]` | +| `HTTP_PROXY`, `http_proxy` | Use an `http` proxy to route communication to the mainframe when your proxy server does not support `https`. | If authentication required:
`http://[user]:[password]@[address]:[port]`
If authentication not required:
`http://[address]:[port]`| +| `NO_PROXY` | Set a list of host addresses (separated by commas) to connect to the specified hosts without going through a proxy.| `https://[address_1],https://[address_2]`, `http://[address_1],http://[address_2]`, `*.address_1,*.address_2` | diff --git a/docs/user-guide/cli-db2plugin.md b/docs/user-guide/cli-db2plugin.md index 1e8c66fdb9..ca29f86617 100644 --- a/docs/user-guide/cli-db2plugin.md +++ b/docs/user-guide/cli-db2plugin.md @@ -4,6 +4,10 @@ The IBM® Db2® Database Plug-in for Zowe™ CLI lets you interact with Db2 Zowe CLI Plug-in for IBM Db2 Database lets you execute SQL statements against a Db2 region, export a Db2 table, and call a stored procedure. The plug-in also exposes its API so that the plug-in can be used directly in other products. +:::note +Although Node.js is required to run Zowe CLI, Node.js V22.0 is not yet supported for this plug-in. +::: + ## Use cases As an application developer, you can use Zowe CLI Plug-in for IBM Db2 Database to perform the following tasks: diff --git a/docs/user-guide/cli-swreqplugins.md b/docs/user-guide/cli-swreqplugins.md index 027491ca07..d6dd703be6 100644 --- a/docs/user-guide/cli-swreqplugins.md +++ b/docs/user-guide/cli-swreqplugins.md @@ -7,8 +7,8 @@ Before installing a Zowe™ CLI plug-in, meet the software requirements to r | Plug-in | Requirements | | --- | --- | -| [IBM CICS Plug-in for Zowe CLI](cli-cicsplugin.md) | | -| [IBM Db2 Database Plug-in for Zowe CLI](cli-db2plugin.md) | | [z/OS FTP Plug-in for Zowe CLI](cli-ftpplugin.md) | | +| [IBM CICS Plug-in for Zowe CLI](cli-cicsplugin.md) | | +| [IBM Db2 Database Plug-in for Zowe CLI](cli-db2plugin.md) | | [z/OS FTP Plug-in for Zowe CLI](cli-ftpplugin.md) | | | [IBM z/OS FTP Plug-in for Zowe CLI](cli-ftpplugin.md) | | | [IBM MQ Plug-in for Zowe CLI](cli-mqplugin.md) | | | [Visual Studio Code Extension for Zowe](../user-guide/ze-install.md) | | diff --git a/docs/user-guide/cli-using-formatting-environment-variables.md b/docs/user-guide/cli-using-formatting-environment-variables.md index 523a3aa80c..102ea11d61 100644 --- a/docs/user-guide/cli-using-formatting-environment-variables.md +++ b/docs/user-guide/cli-using-formatting-environment-variables.md @@ -19,4 +19,3 @@ The following table provides examples of CLI options and the corresponding envir | `--user` | `ZOWE_OPT_USER` | Define your mainframe username to an environment variable to avoid specifying it on all commands or profiles. | | `--reject-unauthorized` | `ZOWE_OPT_REJECT_UNAUTHORIZED` | Define a value of `true` to the `--reject-unauthorized` flag when you always require the flag and do not want to specify it on all commands or profiles. | | `--editor` | `ZOWE_OPT_EDITOR` | Define an editor that Zowe CLI uses to open files. The value can be either the editor's executable file location or the name of a program (for example, *notepad* on Windows or *nano* on Linux).| - diff --git a/docs/user-guide/cli-using-using-environment-variables.md b/docs/user-guide/cli-using-using-environment-variables.md index 51d9c889e1..91fa1a17c1 100644 --- a/docs/user-guide/cli-using-using-environment-variables.md +++ b/docs/user-guide/cli-using-using-environment-variables.md @@ -53,4 +53,4 @@ pipeline { } ``` -For more information on Jenkins credential storage, see [Using credentials](https://www.jenkins.io/doc/book/using/using-credentials/) and Using a [Jenkinsfile](https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#for-secret-text-usernames-and-passwords-and-secret-files). \ No newline at end of file +For more information on Jenkins credential storage, see [Using credentials](https://www.jenkins.io/doc/book/using/using-credentials/) and Using a [Jenkinsfile](https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#for-secret-text-usernames-and-passwords-and-secret-files). diff --git a/docs/whats-new/zowe-v3-migration.md b/docs/whats-new/zowe-v3-migration.md index 278c7999d9..51970b7322 100644 --- a/docs/whats-new/zowe-v3-migration.md +++ b/docs/whats-new/zowe-v3-migration.md @@ -1,6 +1,6 @@ -# Migrating from Zowe V2 to Zowe V3 +# Migrating from Zowe Vx to Zowe V3 -Follow the procedure outlined in this article to migrate from Zowe v2 to Zowe v3. While the migration process is similar to a Zowe v2 minor release upgrade, there are several new and updated configuration parameters to consider. The workspace directory should be re-created only if you are using the app-server component. +Follow the procedure outlined in this article to migrate from Zowe v2 to Zowe v3, or Zowe v1 to Zowe v3. While the migration process is similar to a Zowe v2 minor release upgrade, there are several new and updated configuration parameters to consider. The workspace directory should be re-created only if you are using the app-server component. Follow the steps described in this article to ensure a smooth migration. diff --git a/docusaurus.config.js b/docusaurus.config.js index 1751f45556..c36ed9fe61 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -19,7 +19,7 @@ module.exports = { }, future: { // https://docusaurus.io/blog/releases/3.6#docusaurus-faster - experimental_faster: true, + experimental_faster: process.env.NODE_ENV === "production", }, themeConfig: { docs: {