@salesforce/plugin-command-reference 3.0.59 → 3.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +1 -1
- package/README.md +2 -2
- package/oclif.manifest.json +41 -41
- package/package.json +6 -6
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -129,7 +129,7 @@ EXAMPLES
|
|
|
129
129
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
130
130
|
```
|
|
131
131
|
|
|
132
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.
|
|
132
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.61/src/commands/commandreference/generate.ts)_
|
|
133
133
|
|
|
134
134
|
## `sf jit install`
|
|
135
135
|
|
|
@@ -149,6 +149,6 @@ EXAMPLES
|
|
|
149
149
|
$ sf jit install
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.
|
|
152
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.61/src/commands/jit/install.ts)_
|
|
153
153
|
|
|
154
154
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"jit:install": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {},
|
|
6
|
+
"examples": [
|
|
7
|
+
"<%= config.bin %> <%= command.id %>"
|
|
8
|
+
],
|
|
9
|
+
"flags": {
|
|
10
|
+
"json": {
|
|
11
|
+
"description": "Format output as json.",
|
|
12
|
+
"helpGroup": "GLOBAL",
|
|
13
|
+
"name": "json",
|
|
14
|
+
"allowNo": false,
|
|
15
|
+
"type": "boolean"
|
|
16
|
+
},
|
|
17
|
+
"dry-run": {
|
|
18
|
+
"char": "d",
|
|
19
|
+
"name": "dry-run",
|
|
20
|
+
"summary": "List the plugins that would be installed.",
|
|
21
|
+
"allowNo": false,
|
|
22
|
+
"type": "boolean"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"hasDynamicHelp": false,
|
|
26
|
+
"hiddenAliases": [],
|
|
27
|
+
"id": "jit:install",
|
|
28
|
+
"pluginAlias": "@salesforce/plugin-command-reference",
|
|
29
|
+
"pluginName": "@salesforce/plugin-command-reference",
|
|
30
|
+
"pluginType": "core",
|
|
31
|
+
"strict": true,
|
|
32
|
+
"summary": "Install all JIT plugins.",
|
|
33
|
+
"enableJsonFlag": true,
|
|
34
|
+
"SF_ENV": "SF_ENV",
|
|
35
|
+
"isESM": false,
|
|
36
|
+
"relativePath": [
|
|
37
|
+
"lib",
|
|
38
|
+
"commands",
|
|
39
|
+
"jit",
|
|
40
|
+
"install.js"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
3
43
|
"commandreference:generate": {
|
|
4
44
|
"aliases": [],
|
|
5
45
|
"args": {},
|
|
@@ -103,47 +143,7 @@
|
|
|
103
143
|
"commandreference",
|
|
104
144
|
"generate.js"
|
|
105
145
|
]
|
|
106
|
-
},
|
|
107
|
-
"jit:install": {
|
|
108
|
-
"aliases": [],
|
|
109
|
-
"args": {},
|
|
110
|
-
"examples": [
|
|
111
|
-
"<%= config.bin %> <%= command.id %>"
|
|
112
|
-
],
|
|
113
|
-
"flags": {
|
|
114
|
-
"json": {
|
|
115
|
-
"description": "Format output as json.",
|
|
116
|
-
"helpGroup": "GLOBAL",
|
|
117
|
-
"name": "json",
|
|
118
|
-
"allowNo": false,
|
|
119
|
-
"type": "boolean"
|
|
120
|
-
},
|
|
121
|
-
"dry-run": {
|
|
122
|
-
"char": "d",
|
|
123
|
-
"name": "dry-run",
|
|
124
|
-
"summary": "List the plugins that would be installed.",
|
|
125
|
-
"allowNo": false,
|
|
126
|
-
"type": "boolean"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
"hasDynamicHelp": false,
|
|
130
|
-
"hiddenAliases": [],
|
|
131
|
-
"id": "jit:install",
|
|
132
|
-
"pluginAlias": "@salesforce/plugin-command-reference",
|
|
133
|
-
"pluginName": "@salesforce/plugin-command-reference",
|
|
134
|
-
"pluginType": "core",
|
|
135
|
-
"strict": true,
|
|
136
|
-
"summary": "Install all JIT plugins.",
|
|
137
|
-
"enableJsonFlag": true,
|
|
138
|
-
"SF_ENV": "SF_ENV",
|
|
139
|
-
"isESM": false,
|
|
140
|
-
"relativePath": [
|
|
141
|
-
"lib",
|
|
142
|
-
"commands",
|
|
143
|
-
"jit",
|
|
144
|
-
"install.js"
|
|
145
|
-
]
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"version": "3.0.
|
|
148
|
+
"version": "3.0.61"
|
|
149
149
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.61",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^6.4.
|
|
8
|
+
"@oclif/core": "^3.16.0",
|
|
9
|
+
"@salesforce/core": "^6.4.4",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6",
|
|
19
|
-
"@salesforce/dev-scripts": "^8.
|
|
19
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
|
20
20
|
"@salesforce/plugin-auth": "^2.8.26",
|
|
21
21
|
"@types/debug": "^4.1.12",
|
|
22
22
|
"@types/ejs": "^3.1.5",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.17.1",
|
|
24
24
|
"oclif": "^4",
|
|
25
25
|
"shx": "^0.3.3",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"output": []
|
|
187
187
|
},
|
|
188
188
|
"link-check": {
|
|
189
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
189
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
190
190
|
"files": [
|
|
191
191
|
"./*.md",
|
|
192
192
|
"./!(CHANGELOG).md",
|