Properties
Protected args
args: OutputArgs
Protected configAggregator
configAggregator: ConfigAggregator
Protected debug
debug: (...args: any[]) => void
Protected flags
flags: OutputFlags<any>
Protected Optional hubOrg
hubOrg: Org
id
id: string | undefined
Protected Readonly lifecycleEventNames
lifecycleEventNames: string[] = []
Protected logger
logger: Logger
Protected Optional org
org: Org
Protected Optional project
project: SfdxProject
Protected Optional varargs
varargs: JsonMap
Static _base
_base: string
Static aliases
aliases: string[]
Static Optional args
args: Parser.args.Input
Static Protected Optional deprecated
Static description
description: string | undefined
Static examples
examples: string[] | undefined
Static Protected flagsConfig
Static help
help: string | undefined
Static hidden
hidden: boolean
Static parse
parse: boolean
Static parserOptions
parserOptions: {}
Static plugin
plugin: IPlugin | undefined
Static Protected requiresDevhubUsername
requiresDevhubUsername: boolean = false
Static Protected requiresProject
requiresProject: boolean = false
Static Protected requiresUsername
requiresUsername: boolean = false
Static run
run: Class["run"]
Static strict
strict: boolean
Static Protected supportsDevhubUsername
supportsDevhubUsername: boolean = false
Static Protected supportsUsername
supportsUsername: boolean = false
Static Protected tableColumnData
tableColumnData: string[]
Static title
title: string | undefined
A base command that provides convenient access to common SFDX flags, a logger, CLI output formatting, scratch orgs, and devhubs. Extend this command and set various static properties and a flag configuration to add SFDX behavior.
https://github.com/oclif/command