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 = 'It boots the network via docker using the generated `docker-compose.yml` file and configuration. The config and compose methods/commands need to be called before this method. This is just a wrapper for the `docker-compose up` bash call.'
Static examples
examples: string[] = ...
Static flags
flags: { args: IOptionFlag<string[]>; build: IBooleanFlag<boolean>; detached: IBooleanFlag<boolean>; healthCheck: IBooleanFlag<boolean>; help: IBooleanFlag<void>; logger: IOptionFlag<string>; pullImages: IBooleanFlag<boolean>; resetData: IBooleanFlag<boolean>; target: IOptionFlag<string>; timeout: IOptionFlag<undefined | number> } = ...
Type declaration
-
args: IOptionFlag<string[]>
-
build: IBooleanFlag<boolean>
-
detached: IBooleanFlag<boolean>
-
healthCheck: IBooleanFlag<boolean>
-
help: IBooleanFlag<void>
-
logger: IOptionFlag<string>
-
pullImages: IBooleanFlag<boolean>
-
resetData: IBooleanFlag<boolean>
-
target: IOptionFlag<string>
-
timeout: IOptionFlag<undefined | number>
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