@broadcom/endevor-for-zowe-cli
Version:
Endevor Plug-in for Zowe CLI
46 lines (45 loc) • 1.15 kB
TypeScript
export interface IElementActionRequestOptions {
action?: string;
ccid?: string;
comment?: string;
oveSign?: string;
copyBack?: string;
noSource?: string;
procGroup?: string;
whereProcGroup?: string;
whereCcidCurrent?: string;
whereCcidAll?: string;
whereCcidRetrieve?: string;
sync?: string;
withHistory?: string;
bypassElementDelete?: string;
retainSignOut?: string;
signOutTo?: string;
jump?: string;
version?: string;
level?: string;
newVersion?: string;
ignoreGenerateFailed?: string;
bypassDeleteProc?: string;
bypassGenerateProc?: string;
toEnvironment?: string;
toStageNum?: string;
toSystem?: string;
toSubsystem?: string;
toType?: string;
toElement?: string;
onlyComponents?: string;
search?: string;
print?: string;
listString?: string;
headings?: string;
explode?: string;
replaceMember?: string;
expandIncludes?: string;
toDSN?: string;
toMember?: string;
toUSSFile?: string;
toPath?: string;
toFileDescription?: string;
readonly [key: string]: string | undefined;
}