Abstract
Protected
_clientProtected
_dataProtected
_metadataProtected
_schemaProtected
debugRest
...args: any[]Static
_baseStatic
_enableProtected
Static
_flagsProtected
Static
_globalStatic
aliasesAn array of aliases for this command.
Static
argsStatic
Optional
deprecateEmit deprecation warning when a command alias is used
Static
Optional
deprecationStatic
descriptionStatic
examplesStatic
flagsOptional
aliases?: string[]Alternate names that can be used for this flag.
Optional
char?: AlphabetLowercase | AlphabetUppercaseOptional
default?: Default<boolean, Record<string, unknown>>specifying a default of false is the same as not specifying a default
Optional
deprecateEmit deprecation warning when a flag alias is provided
Optional
deprecated?: true | DeprecationMake the flag as deprecated.
Optional
description?: stringA description of flag usage. If summary is provided, the description is assumed to be a longer description and will be shown in a separate section within help.
Optional
env?: stringAccept an environment variable as input
Optional
exactlyExactly one of these flags must be provided.
Optional
helpShows this flag in a separate list in the help.
Optional
helpThe flag label to show in help. Defaults to "[-
Optional
hidden?: booleanIf true, the flag will not be shown in the help.
Optional
relationships?: Relationship[]Define complex relationships between flags.
Optional
required?: booleanIf true, the flag will be required.
Optional
summary?: stringA short summary of flag usage to show in the flag list. If not provided, description will be used.
Static
helpStatic
hiddenHide the command from help
Static
idA command ID, used mostly in error or verbose reporting.
Static
parseStatic
parserStatic
pluginStatic
runinstantiate and run the command
Optional
argv: string[]argv
Optional
config: LoadOptionsStatic
Optional
stateMark the command as a given state (e.g. beta or deprecated) in help
Static
strictWhen set to false, allows a variable amount of arguments
Static
Optional
summaryThe tweet-sized description for your class, used in a parent-commands sub-command listing and as the header for the command help.
Static
usageAn override string (or strings) for the default usage documentation.
Static
enableStatic
globalProtected
catchOptional
options: { Abstract
getProtected
initProtected
parseProtected
toProtected
toProtected
warnProtected
warnGenerated using TypeDoc
A hash of flags for the command