Issue a z/OS USS command
Usage
zowe  zos-ssh issue command <command> [options]
Positional Arguments
- 
command		 (string)
- z/OS USS command to issue
 
 
Options
- 
--cwd  (string)
- Working directory in which to execute the command
 
 
z/OS Ssh Connection Options
- 
--host  | -H (string)
- The z/OS SSH server host name.
 
 
- 
--port  | -P (number)
 
- 
--user  | -u (string)
- Mainframe user name, which can be the same as your TSO login.
 
 
- 
--password  | --pass | --pw (string)
- Mainframe password, which can be the same as your TSO password.
 
 
- 
--privateKey  | --key | --pk (string)
- Path to a file containing your private key, that must match a public key stored
in the server for authentication
 
 
- 
--keyPassphrase  | --passphrase | --kp (string)
- Private key passphrase, which unlocks the private key.
 
 
- 
--handshakeTimeout  | --timeout | --to (number)
- How long in milliseconds to wait for the SSH handshake to complete.
 
 
Profile Options
Base Connection Options
- 
--reject-unauthorized  | --ru (boolean)
 
- 
--token-type  | --tt (string)
- The type of token to get and use for the API. Omit this option to use the
default token type, which is provided by 'zowe auth login'.
 
 
- 
--token-value  | --tv (string)
- The value of the token to pass to the API.
 
 
Examples