Skip to content

dkelosky/master-the-mainframe-zowe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zowe config secure

OR

Create a zowe.config.user.json with the host IP, user, and password using this template:

{
    "$schema": "./zowe.schema.json",
    "profiles": {
        "mtm": {
            "type": "zosmf",
            "properties": {
                "host": "xxx.xxx.xxx.xxx", // put MTM host IP address here without `http://` prefix
                "user": "xxxxxxx", // put your user ID here
                "password": "xxxxxxxx" // put your password here
                
            }
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published