@broadcom/ops-for-zowe-cli
Version:
OPS/MVS® Plug-in for Zowe CLI
15 lines (14 loc) • 488 B
TypeScript
export declare class PluginConstants {
/**
* The name of this plug-in
*/
static readonly PLUGIN_NAME = "Zowe CLI Plug-in for OPS/MVS\u00AE";
/**
* The description of the group exposed by this plug-in
*/
static readonly PLUGIN_DESCRIPTION = "Interact with OPS/MVS\u00AE for automation administration and resource management.";
/**
* The name of the command group exposed by this plug-in
*/
static readonly PLUGIN_GROUP_NAME = "ops";
}