You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,24 @@ This requires you to provide your tenant domain name, along with a user and pass
4
4
The --help parameter provides further information on how to use this along with some examples of its usage.
5
5
6
6
This CLI tool has been tested against
7
-
* webMethods.io Integration v11.0.3
7
+
* webMethods.io Integration v11.0.6
8
8
9
9
# License
10
10
This project is licensed under the Apache 2.0 License - see the LICENSE file for details
11
11
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
12
12
13
13
Contact us via the TECHcommunity (https://techcommunity.softwareag.com/) if you have any questions.
14
-
14
+
15
+
# IMPORTANT
16
+
Due to a deprecated NPM library in a dependency of tough-cookie, if you're using a later version of node, you may see a deprecation notice for 'punycode'.
17
+
This has been resolved in tough-cookie but hasn't been released (only a release candidate is available). One this is released, this will be updated to resovle this.
18
+
In the meantime if you use this in scripts, you might want to suppress the deprecation notice as it may affect any parsing of results.
0 commit comments