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 stops the docker-compose network if running (symbol-bootstrap started with --detached). This is just a wrapper for the `docker-compose down` bash call.'
Static examples
examples: string[] = ...
Static flags
flags: { help: IBooleanFlag<void>; logger: IOptionFlag<string>; target: IOptionFlag<string> } = ...
Type declaration
-
help: IBooleanFlag<void>
-
logger: IOptionFlag<string>
-
target: 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