UNPKG

@broadcom/file-master-plus-for-zowe-cli

Version:

File Master Plus Plug-in for Zowe CLI

16 lines (15 loc) 667 B
export declare class Constants { static readonly DISPLAY_NAME = "File Master Plus"; static readonly PROD_NAME = "file-master-plus"; static readonly DESCRIPTION = "Advanced file management and data manipulation"; static readonly HOME_ENV_KEY = "FILEMASTERPLUS_CLI_HOME"; static readonly HOME_DIR = "~/.file-master-plus"; static readonly AUTHTYPE = "basic"; static readonly RESTTYPE = "api"; static readonly APIVERSION = "v1"; static readonly APIPROD = "fileMasterPlus"; static readonly APISUBPROD = "mvs"; static readonly DATASETS = "dataSets"; static readonly MVSLINK: string; static readonly MVSAPILINK: string; }