UNPKG

@broadcom/endevor-for-zowe-cli

Version:

Endevor Plug-in for Zowe CLI

535 lines (534 loc) 13.8 kB
declare const SessionArgs: { host: string; port: string; user: string; password: string; protocol: string; "reject-unauthorized": string; rejectUnauthorized: string; "base-path": string; basePath: string; tokenType: string; tokenValue: string; }; declare const InstanceArgs: { instance: string; }; declare const ElmSpecArgs: { environment: string; "stage-number": string; system: string; subsystem: string; type: string; "proc-group": string; element: string; }; declare const AddUpdElmArgs: { "from-path": string; "from-uss-file": string; generate: string; fingerprint: string; "get-fingerprint": string; sync: string; "sync-with-history": string; "sync-fingerprint": string; "proc-group": string; "new-version": string; "override-signout": string; "from-dataset": string; "from-member": string; "from-file": string; ccid: string; comment: string; }; declare const DeleteElementArgs: { "only-components": string; "override-signout": string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; ccid: string; comment: string; }; declare const GenerateElementArgs: { "copy-back": string; nosource: string; "proc-group": string; search: string; "override-signout": string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; ccid: string; comment: string; }; declare const MoveElementArgs: { jump: string; sync: string; "with-history": string; "bypass-element-delete": string; "retain-signout": string; "signout-to": string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; ccid: string; comment: string; }; declare const PrintElmCompArgs: { print: string; "print-comp": string; "list-string": string; headings: string; explode: string; "expand-includes": string; "element-version": string; level: string; search: string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; }; declare const PrintMemberArgs: { member: string; "from-dsname": string; headings: string; "from-dataset": string; "from-member": string; }; declare const RetrieveElementArgs: { signout: string; "replace-member": string; "expand-includes": string; "to-dataset": string; "to-member": string; "to-uss-file": string; "to-path": string; "get-fingerprint": string; "element-version": string; level: string; search: string; "override-signout": string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; ccid: string; comment: string; }; declare const SigninElementArgs: { "signout-to": string; search: string; "override-signout": string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; ccid: string; comment: string; }; declare const TransferElementArgs: { "ignore-generate-failed": string; "bypass-delete-proc": string; "bypass-generate-proc": string; "to-environment": string; "to-stage-number": string; "to-system": string; "to-subsystem": string; "to-type": string; "to-element": string; "override-signout": string; "element-version": string; level: string; sync: string; "with-history": string; "bypass-element-delete": string; "retain-signout": string; "signout-to": string; "proc-group": string; "new-version": string; "where-ccid-all": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; ccid: string; comment: string; }; declare const ListInventoryArgs: { data: string; path: string; return: string; search: string; }; declare const ListElmArgs: { "where-ccid-generate": string; "where-ccid-lastact": string; "where-ccid-lastlvl": string; "where-ccid-change": string; "where-proc-type": string; limit: string; "search-text": string; "search-text-file": string; "search-in": string; "search-from": string; "search-to": string; "search-ignore-case": string; "search-in-binary": string; "search-limit": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; data: string; path: string; return: string; search: string; }; declare const QueryAcmArgs: { excCirculars: string; excIndirect: string; excRelated: string; }; declare const ListPkgArgs: { enterprise: string; "promotion-status": string; "prom-target-env": string; "prom-target-stgID": string; approver: string; limit: string; "emergency-package": string; status: string; }; declare const PkgSpecArgs: { package: string; }; declare const PkgNotesArgs: { notes: string; "notes-from-file": string; }; declare const BackinBackoutPkgArgs: { element: string; statement: string; }; declare const CastPkgArgs: { "validate-components": string; backout: string; "from-date-time": string; "to-date-time": string; }; declare const ExecutePkgArgs: { "from-date-time": string; "to-date-time": string; status: string; }; declare const DeletePkgArgs: { "older-than": string; status: string; }; declare const SubmitPkgArgs: { "to-CA7": string; "to-ddname": string; "multiple-streams": string; "increment-jobname": string; "jcl-procedure": string; "CA7-dependent-job": string; "from-dataset": string; "from-member": string; "from-file": string; status: string; }; declare const DefinePkgArgs: { description: string; "from-package": string; "from-text": string; append: string; sharable: string; promotion: string; "validate-scl": string; "from-dataset": string; "from-member": string; "from-file": string; "emergency-package": string; backout: string; "from-date-time": string; "to-date-time": string; notes: string; "notes-from-file": string; }; declare const CommitPkgArgs: { "delete-promotion-history": string; "older-than": string; }; declare const SubmitSCLArgs: { "scl-file": string; "scl-type": string; "from-file": string; }; declare const WorkspaceArgs: { "workspace-dir": string; "workspace-file": string; "dry-run": string; reset: string; limit: string; "one-way": string; force: string; finish: string; ccid: string; comment: string; "include-nosource": string; signout: string; "override-signout": string; "allow-deletes": string; "merge-environment": string; "merge-stage-number": string; "merge-system": string; "merge-subsystem": string; "merge-out-of-sync": string; "file-extension": string; }; declare const EncodingArgs: { charset: string; "source-charset": string; }; declare const TaskArgs: { "task-id": string; "task-status": string; asynchronous: string; }; export type SessionDictionary = { [key in keyof typeof SessionArgs]?: any; }; export type InstanceDictionary = { [key in keyof typeof InstanceArgs]?: any; }; export type ElmSpecDictionary = { [key in keyof typeof ElmSpecArgs]?: any; }; export type AddUpdElmDictionary = { [key in keyof typeof AddUpdElmArgs]?: any; }; export type DeleteElmDictionary = { [key in keyof typeof DeleteElementArgs]?: any; }; export type GenerateElmDictionary = { [key in keyof typeof GenerateElementArgs]?: any; }; export type MoveElmDictionary = { [key in keyof typeof MoveElementArgs]?: any; }; export type PrintElmCompDictionary = { [key in keyof typeof PrintElmCompArgs]?: any; }; export type PrintMemberDictionary = { [key in keyof typeof PrintMemberArgs]?: any; }; export type RetrieveElmDictionary = { [key in keyof typeof RetrieveElementArgs]?: any; }; export type SigninElmDictionary = { [key in keyof typeof SigninElementArgs]?: any; }; export type TransferElmDictionary = { [key in keyof typeof TransferElementArgs]?: any; }; export type ListInventoryDictionary = { [key in keyof typeof ListInventoryArgs]?: any; }; export type ListElmDictionary = { [key in keyof typeof ListElmArgs]?: any; }; export type QueryAcmDictionary = { [key in keyof typeof QueryAcmArgs]?: any; }; export type ListPkgDictionary = { [key in keyof typeof ListPkgArgs]?: any; }; export type PkgSpecDictionary = { [key in keyof typeof PkgSpecArgs]?: any; }; export type BackinBackoutPkgDictionary = { [key in keyof typeof BackinBackoutPkgArgs]?: any; }; export type CastPkgDictionary = { [key in keyof typeof CastPkgArgs]?: any; }; export type ExecutePkgDictionary = { [key in keyof typeof ExecutePkgArgs]?: any; }; export type DeletePkgDictionary = { [key in keyof typeof DeletePkgArgs]?: any; }; export type SubmitPkgDictionary = { [key in keyof typeof SubmitPkgArgs]?: any; }; export type PkgNotesDictionary = { [key in keyof typeof PkgNotesArgs]?: any; }; export type DefinePkgDictionary = { [key in keyof typeof DefinePkgArgs]?: any; }; export type CommitPkgDictionary = { [key in keyof typeof CommitPkgArgs]?: any; }; export type SubmitSCLDictionary = { [key in keyof typeof SubmitSCLArgs]?: any; }; export type WorkspaceDictionary = { [key in keyof typeof WorkspaceArgs]?: any; }; export type EncodingDictionary = { [key in keyof typeof EncodingArgs]?: any; }; export type TaskDictionary = { [key in keyof typeof TaskArgs]?: any; }; export declare const args: { "task-id": string; "task-status": string; asynchronous: string; charset: string; "source-charset": string; "workspace-dir": string; "workspace-file": string; "dry-run": string; reset: string; limit: string; "one-way": string; force: string; finish: string; ccid: string; comment: string; "include-nosource": string; signout: string; "override-signout": string; "allow-deletes": string; "merge-environment": string; "merge-stage-number": string; "merge-system": string; "merge-subsystem": string; "merge-out-of-sync": string; "file-extension": string; "scl-file": string; "scl-type": string; "from-file": string; "delete-promotion-history": string; "older-than": string; description: string; "from-package": string; "from-text": string; append: string; sharable: string; promotion: string; "validate-scl": string; "from-dataset": string; "from-member": string; "emergency-package": string; backout: string; "from-date-time": string; "to-date-time": string; notes: string; "notes-from-file": string; "to-CA7": string; "to-ddname": string; "multiple-streams": string; "increment-jobname": string; "jcl-procedure": string; "CA7-dependent-job": string; status: string; "validate-components": string; element: string; statement: string; package: string; enterprise: string; "promotion-status": string; "prom-target-env": string; "prom-target-stgID": string; approver: string; excCirculars: string; excIndirect: string; excRelated: string; "where-ccid-generate": string; "where-ccid-lastact": string; "where-ccid-lastlvl": string; "where-ccid-change": string; "where-proc-type": string; "search-text": string; "search-text-file": string; "search-in": string; "search-from": string; "search-to": string; "search-ignore-case": string; "search-in-binary": string; "search-limit": string; "where-proc-group": string; "where-ccid-current": string; "where-ccid-retrieve": string; data: string; path: string; return: string; search: string; "ignore-generate-failed": string; "bypass-delete-proc": string; "bypass-generate-proc": string; "to-environment": string; "to-stage-number": string; "to-system": string; "to-subsystem": string; "to-type": string; "to-element": string; "element-version": string; level: string; sync: string; "with-history": string; "bypass-element-delete": string; "retain-signout": string; "signout-to": string; "proc-group": string; "new-version": string; "where-ccid-all": string; "replace-member": string; "expand-includes": string; "to-dataset": string; "to-member": string; "to-uss-file": string; "to-path": string; "get-fingerprint": string; member: string; "from-dsname": string; headings: string; print: string; "print-comp": string; "list-string": string; explode: string; jump: string; "copy-back": string; nosource: string; "only-components": string; "from-path": string; "from-uss-file": string; generate: string; fingerprint: string; "sync-with-history": string; "sync-fingerprint": string; environment: string; "stage-number": string; system: string; subsystem: string; type: string; instance: string; host: string; port: string; user: string; password: string; protocol: string; "reject-unauthorized": string; rejectUnauthorized: string; "base-path": string; basePath: string; tokenType: string; tokenValue: string; }; export {};