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
Create a new zos-uss SDK modeled after the zos-console SDK. We'll need a new folder inside the src dir and new test files in subfolders of the tests dir.
Investigate 3rd party dependencies for handling SSH connections, such as Paramiko or Fabric. We'll need something similar to the ssh2 package used by the Node.js SDK.
Add a method to the Python zos-uss SDK for issuing SSH commands. We can model it after the executeSsh method in the Node.js SDK, as well as the zos-console Python SDK.
Uss class with constructor that accepts profile object
Method that takes a Unix command and optionally a cwd (working directory) as arguments
The text was updated successfully, but these errors were encountered:
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
executeSsh
method in the Node.js SDK, as well as the zos-console Python SDK.The text was updated successfully, but these errors were encountered: