UNPKG

2.73 kBMarkdownView Raw
1# flags.json.description
2
3format output as json
4
5# flags.json.description.long
6
7Format output as JSON.
8
9# flags.loglevel.description
10
11logging level for this command invocation
12
13# flags.loglevel.description.long
14
15The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
16
17# flags.apiversion.description
18
19override the api version used for api requests made by this command
20
21# flags.apiversion.description.long
22
23Override the API version used for API requests made by this command.
24
25# flags.verbose.description
26
27emit additional command output to stdout
28
29# flags.verbose.description.long
30
31Emit additional command output to stdout.
32
33# flags.concise.description
34
35emit brief command output to stdout
36
37# flags.long.description.long
38
39Emit brief command output to stdout.
40
41# flags.quiet.description
42
43nothing emitted stdout
44
45# flags.quiet.description.long
46
47Command does not output to stdout.
48
49# flags.targetusername.description
50
51username or alias for the target org; overrides default target org
52
53# flags.targetusername.description.long
54
55A username or alias for the target org. Overrides the default target org.
56
57# flags.targetdevhubusername.description
58
59username or alias for the dev hub org; overrides default dev hub org
60
61# flags.targetdevhubusername.description.long
62
63A username or alias for the target Dev Hub org. Overrides the default Dev Hub org.
64
65# error.InvalidApiVersion
66
67The API version '%s' is not valid. Must be in the format, 'i.0'
68
69# error.InvalidFlagType
70
71The flag value "%s" is not in the correct format for "%s."%s
72
73# error.InvalidLongDescriptionFormat
74
75The flag %s's longDescription attribute must be a string.
76
77# error.UnknownFlag
78
79Cannot enable unknown flag: %s
80
81# error.UnknownBuiltinFlagType
82
83No built-in flag named '%s'.
84
85# error.MissingOrInvalidFlagDescription
86
87The flag %s is missing the description attribute, or the description is not a string.
88
89# error.InvalidFlagChar
90
91The flag %s's char attribute must be one alphabetical character long.
92
93# error.InvalidFlagName
94
95The flag %s's name must be a lowercase string that may contain numbers and hyphens.
96
97# error.FormattingMessageArrayValue
98
99Must only contain valid values.
100
101# error.FormattingMessageArrayOption
102
103Must only contain values in [%s].
104
105# error.FormattingMessageDate
106
107Must be parsable by the Javascript Date object.
108
109# error.FormattingMessageId
110
111Must be a 15- or 18-char string in the format "00Dxxxxxxxxxxxx", where "00D" is a valid sObject prefix.
112
113# error.FormattingMessageId
114
115Must be a valid url in the format "http://salesforce.com". See https://nodejs.org/api/url.html#url_url_strings_and_url_object
116
117# error.InvalidLoggerLevel
118
119You specified an invalid log level. Try one of these: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.