Properties
Protected debug
debug: (...args: any[]) => void
id
id: undefined | string
Static _base
_base: string
Static aliases
aliases: string[]
Static Optional args
args: Input
Static description
description: string = 'Single command that aggregates config, compose and run in one line!'
Static examples
examples: string[] = ...
Static flags
flags: { args: IOptionFlag<string[]>; assembly: IOptionFlag<undefined | string>; build: IBooleanFlag<boolean>; customPreset: IOptionFlag<undefined | string>; detached: IBooleanFlag<boolean>; healthCheck: IBooleanFlag<boolean>; help: IBooleanFlag<void>; logger: IOptionFlag<string>; noPassword: IBooleanFlag<boolean>; password: IOptionFlag<undefined | string>; preset: IOptionFlag<undefined | string>; pullImages: IBooleanFlag<boolean>; report: IBooleanFlag<boolean>; reset: IBooleanFlag<boolean>; resetData: IBooleanFlag<boolean>; target: IOptionFlag<string>; timeout: IOptionFlag<undefined | number>; upgrade: IBooleanFlag<boolean>; user: IOptionFlag<string> } = ...
Type declaration
-
args: IOptionFlag<string[]>
-
assembly: IOptionFlag<undefined | string>
-
build: IBooleanFlag<boolean>
-
customPreset: IOptionFlag<undefined | string>
-
detached: IBooleanFlag<boolean>
-
healthCheck: IBooleanFlag<boolean>
-
help: IBooleanFlag<void>
-
logger: IOptionFlag<string>
-
noPassword: IBooleanFlag<boolean>
-
password: IOptionFlag<undefined | string>
-
preset: IOptionFlag<undefined | string>
-
pullImages: IBooleanFlag<boolean>
-
report: IBooleanFlag<boolean>
-
reset: IBooleanFlag<boolean>
-
resetData: IBooleanFlag<boolean>
-
target: IOptionFlag<string>
-
timeout: IOptionFlag<undefined | number>
-
upgrade: IBooleanFlag<boolean>
-
user: IOptionFlag<string>
Static help
help: undefined | string
Static hidden
hidden: boolean
Static parse
parse: boolean
Static parserOptions
parserOptions: {}
Static plugin
plugin: undefined | IPlugin
Static run
run: (argv?: string[], config?: LoadOptions) => PromiseLike<any>
Type declaration
-
- (argv?: string[], config?: LoadOptions): PromiseLike<any>
-
Parameters
-
Optional argv: string[]
-
Optional config: LoadOptions
Returns PromiseLike<any>
Static strict
strict: boolean
Static title
title: undefined | string
Static usage
usage: undefined | string | string[]
An array of aliases for this command