Skip to main content

teraslice-cli / interfaces

interfaces

Index

Enumerations

EnumerationDescription
RegisteredStatusEnum-

Interfaces

InterfaceDescription
GithubAssetConfig-
JobConfigFile-
JobMetadata-
StatusUpdate-

Type Aliases

Action

Action: "start" | "stop" | "pause" | "restart" | "resume"

Source

teraslice-cli/src/interfaces.ts:61


AllStatusTypes

AllStatusTypes: Teraslice.ExecutionStatus | RegisteredStatus

Source

teraslice-cli/src/interfaces.ts:45


CMD

CMD: yargs.CommandModule

Source

teraslice-cli/src/interfaces.ts:5


MessageObject

MessageObject: object

Type declaration

final

final: boolean

message

message: string

Source

teraslice-cli/src/interfaces.ts:47


Messages

Messages: { [key in UpdateActions]: MessageObject }

Source

teraslice-cli/src/interfaces.ts:52


RegisteredStatus

RegisteredStatus: keyof typeof RegisteredStatusEnum

Source

teraslice-cli/src/interfaces.ts:43


Tense

Tense: "past" | "present"

Source

teraslice-cli/src/interfaces.ts:63


UpdateActions

UpdateActions: "running" | "stopping" | "status" | "adjust_workers_terminal" | "recover_not_failed" | "check_for_errors" | "quick_completed" | "resuming" | "starting" | "start_watching" | "pausing" | "paused" | "stopped" | "view" | "cannot_pause" | "cannot_stop" | "deleted" | "started" | "restarted" | "restarting" | "resumed"

Source

teraslice-cli/src/interfaces.ts:56