@salesforce/plugin-signups 2.3.10 → 2.3.12
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +49 -50
- package/oclif.lock +18 -28
- package/oclif.manifest.json +127 -127
- package/package.json +4 -4
package/README.md
CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
124
124
|
```
|
125
125
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/create/shape.ts)_
|
127
127
|
|
128
128
|
## `sf org create snapshot`
|
129
129
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
179
179
|
as a version control system tag or commit ID.
|
180
180
|
```
|
181
181
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/create/snapshot.ts)_
|
183
183
|
|
184
184
|
## `sf org delete shape`
|
185
185
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
220
220
|
```
|
221
221
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
265
265
|
```
|
266
266
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/delete/snapshot.ts)_
|
268
268
|
|
269
269
|
## `sf org get snapshot`
|
270
270
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
312
312
|
```
|
313
313
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/get/snapshot.ts)_
|
315
315
|
|
316
316
|
## `sf org list shape`
|
317
317
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
345
345
|
```
|
346
346
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/list/shape.ts)_
|
348
348
|
|
349
349
|
## `sf org list snapshot`
|
350
350
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
387
387
|
```
|
388
388
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.12/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.12",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.3.
|
9
|
+
"version": "2.3.12",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^7.3.12",
|
14
|
-
"@salesforce/kit": "^3.1.
|
14
|
+
"@salesforce/kit": "^3.1.4",
|
15
15
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
@@ -1771,6 +1771,7 @@
|
|
1771
1771
|
"version": "7.18.6",
|
1772
1772
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
|
1773
1773
|
"integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
|
1774
|
+
"dev": true,
|
1774
1775
|
"license": "MIT",
|
1775
1776
|
"dependencies": {
|
1776
1777
|
"@babel/highlight": "^7.18.6"
|
@@ -2030,6 +2031,7 @@
|
|
2030
2031
|
"version": "7.22.20",
|
2031
2032
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
2032
2033
|
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
|
2034
|
+
"dev": true,
|
2033
2035
|
"license": "MIT",
|
2034
2036
|
"engines": {
|
2035
2037
|
"node": ">=6.9.0"
|
@@ -2064,6 +2066,7 @@
|
|
2064
2066
|
"version": "7.18.6",
|
2065
2067
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
|
2066
2068
|
"integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
|
2069
|
+
"dev": true,
|
2067
2070
|
"license": "MIT",
|
2068
2071
|
"dependencies": {
|
2069
2072
|
"@babel/helper-validator-identifier": "^7.18.6",
|
@@ -2078,6 +2081,7 @@
|
|
2078
2081
|
"version": "3.2.1",
|
2079
2082
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
2080
2083
|
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
2084
|
+
"dev": true,
|
2081
2085
|
"license": "MIT",
|
2082
2086
|
"dependencies": {
|
2083
2087
|
"color-convert": "^1.9.0"
|
@@ -2090,6 +2094,7 @@
|
|
2090
2094
|
"version": "2.4.2",
|
2091
2095
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
2092
2096
|
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
2097
|
+
"dev": true,
|
2093
2098
|
"license": "MIT",
|
2094
2099
|
"dependencies": {
|
2095
2100
|
"ansi-styles": "^3.2.1",
|
@@ -2104,6 +2109,7 @@
|
|
2104
2109
|
"version": "1.9.3",
|
2105
2110
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
2106
2111
|
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
2112
|
+
"dev": true,
|
2107
2113
|
"license": "MIT",
|
2108
2114
|
"dependencies": {
|
2109
2115
|
"color-name": "1.1.3"
|
@@ -2113,12 +2119,14 @@
|
|
2113
2119
|
"version": "1.1.3",
|
2114
2120
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
2115
2121
|
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
2122
|
+
"dev": true,
|
2116
2123
|
"license": "MIT"
|
2117
2124
|
},
|
2118
2125
|
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
2119
2126
|
"version": "1.0.5",
|
2120
2127
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
2121
2128
|
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
2129
|
+
"dev": true,
|
2122
2130
|
"license": "MIT",
|
2123
2131
|
"engines": {
|
2124
2132
|
"node": ">=0.8.0"
|
@@ -2128,6 +2136,7 @@
|
|
2128
2136
|
"version": "3.0.0",
|
2129
2137
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
2130
2138
|
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
2139
|
+
"dev": true,
|
2131
2140
|
"license": "MIT",
|
2132
2141
|
"engines": {
|
2133
2142
|
"node": ">=4"
|
@@ -2137,6 +2146,7 @@
|
|
2137
2146
|
"version": "5.5.0",
|
2138
2147
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
2139
2148
|
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
2149
|
+
"dev": true,
|
2140
2150
|
"license": "MIT",
|
2141
2151
|
"dependencies": {
|
2142
2152
|
"has-flag": "^3.0.0"
|
@@ -3311,22 +3321,22 @@
|
|
3311
3321
|
}
|
3312
3322
|
},
|
3313
3323
|
"node_modules/@oclif/core": {
|
3314
|
-
"version": "4.0.
|
3315
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
3316
|
-
"integrity": "sha512-
|
3324
|
+
"version": "4.0.6",
|
3325
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz",
|
3326
|
+
"integrity": "sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==",
|
3317
3327
|
"license": "MIT",
|
3318
3328
|
"dependencies": {
|
3319
3329
|
"ansi-escapes": "^4.3.2",
|
3320
3330
|
"ansis": "^3.1.1",
|
3321
3331
|
"clean-stack": "^3.0.1",
|
3322
3332
|
"cli-spinners": "^2.9.2",
|
3323
|
-
"cosmiconfig": "^9.0.0",
|
3324
3333
|
"debug": "^4.3.5",
|
3325
3334
|
"ejs": "^3.1.10",
|
3326
3335
|
"get-package-type": "^0.1.0",
|
3327
3336
|
"globby": "^11.1.0",
|
3328
3337
|
"indent-string": "^4.0.0",
|
3329
3338
|
"is-wsl": "^2.2.0",
|
3339
|
+
"lilconfig": "^3.1.2",
|
3330
3340
|
"minimatch": "^9.0.4",
|
3331
3341
|
"string-width": "^4.2.3",
|
3332
3342
|
"supports-color": "^8",
|
@@ -3338,32 +3348,6 @@
|
|
3338
3348
|
"node": ">=18.0.0"
|
3339
3349
|
}
|
3340
3350
|
},
|
3341
|
-
"node_modules/@oclif/core/node_modules/cosmiconfig": {
|
3342
|
-
"version": "9.0.0",
|
3343
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
3344
|
-
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
3345
|
-
"license": "MIT",
|
3346
|
-
"dependencies": {
|
3347
|
-
"env-paths": "^2.2.1",
|
3348
|
-
"import-fresh": "^3.3.0",
|
3349
|
-
"js-yaml": "^4.1.0",
|
3350
|
-
"parse-json": "^5.2.0"
|
3351
|
-
},
|
3352
|
-
"engines": {
|
3353
|
-
"node": ">=14"
|
3354
|
-
},
|
3355
|
-
"funding": {
|
3356
|
-
"url": "https://github.com/sponsors/d-fischer"
|
3357
|
-
},
|
3358
|
-
"peerDependencies": {
|
3359
|
-
"typescript": ">=4.9.5"
|
3360
|
-
},
|
3361
|
-
"peerDependenciesMeta": {
|
3362
|
-
"typescript": {
|
3363
|
-
"optional": true
|
3364
|
-
}
|
3365
|
-
}
|
3366
|
-
},
|
3367
3351
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
3368
3352
|
"version": "9.0.4",
|
3369
3353
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
@@ -4051,13 +4035,13 @@
|
|
4051
4035
|
}
|
4052
4036
|
},
|
4053
4037
|
"node_modules/@salesforce/kit": {
|
4054
|
-
"version": "3.1.
|
4055
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
4056
|
-
"integrity": "sha512-
|
4038
|
+
"version": "3.1.4",
|
4039
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.4.tgz",
|
4040
|
+
"integrity": "sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==",
|
4057
4041
|
"license": "BSD-3-Clause",
|
4058
4042
|
"dependencies": {
|
4059
4043
|
"@salesforce/ts-types": "^2.0.9",
|
4060
|
-
"tslib": "^2.6.
|
4044
|
+
"tslib": "^2.6.3"
|
4061
4045
|
}
|
4062
4046
|
},
|
4063
4047
|
"node_modules/@salesforce/plugin-command-reference": {
|
@@ -5657,6 +5641,7 @@
|
|
5657
5641
|
"version": "2.0.1",
|
5658
5642
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
5659
5643
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
5644
|
+
"dev": true,
|
5660
5645
|
"license": "Python-2.0"
|
5661
5646
|
},
|
5662
5647
|
"node_modules/array-buffer-byte-length": {
|
@@ -6119,6 +6104,7 @@
|
|
6119
6104
|
"version": "3.1.0",
|
6120
6105
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
6121
6106
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
6107
|
+
"dev": true,
|
6122
6108
|
"license": "MIT",
|
6123
6109
|
"engines": {
|
6124
6110
|
"node": ">=6"
|
@@ -7149,19 +7135,11 @@
|
|
7149
7135
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
7150
7136
|
}
|
7151
7137
|
},
|
7152
|
-
"node_modules/env-paths": {
|
7153
|
-
"version": "2.2.1",
|
7154
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
7155
|
-
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
7156
|
-
"license": "MIT",
|
7157
|
-
"engines": {
|
7158
|
-
"node": ">=6"
|
7159
|
-
}
|
7160
|
-
},
|
7161
7138
|
"node_modules/error-ex": {
|
7162
7139
|
"version": "1.3.2",
|
7163
7140
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
7164
7141
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
7142
|
+
"dev": true,
|
7165
7143
|
"license": "MIT",
|
7166
7144
|
"dependencies": {
|
7167
7145
|
"is-arrayish": "^0.2.1"
|
@@ -9039,6 +9017,7 @@
|
|
9039
9017
|
"version": "3.3.0",
|
9040
9018
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
9041
9019
|
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
|
9020
|
+
"dev": true,
|
9042
9021
|
"license": "MIT",
|
9043
9022
|
"dependencies": {
|
9044
9023
|
"parent-module": "^1.0.0",
|
@@ -9055,6 +9034,7 @@
|
|
9055
9034
|
"version": "4.0.0",
|
9056
9035
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
9057
9036
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
9037
|
+
"dev": true,
|
9058
9038
|
"license": "MIT",
|
9059
9039
|
"engines": {
|
9060
9040
|
"node": ">=4"
|
@@ -9172,6 +9152,7 @@
|
|
9172
9152
|
"version": "0.2.1",
|
9173
9153
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
9174
9154
|
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
9155
|
+
"dev": true,
|
9175
9156
|
"license": "MIT"
|
9176
9157
|
},
|
9177
9158
|
"node_modules/is-bigint": {
|
@@ -9741,12 +9722,14 @@
|
|
9741
9722
|
"version": "4.0.0",
|
9742
9723
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
9743
9724
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
9725
|
+
"dev": true,
|
9744
9726
|
"license": "MIT"
|
9745
9727
|
},
|
9746
9728
|
"node_modules/js-yaml": {
|
9747
9729
|
"version": "4.1.0",
|
9748
9730
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
9749
9731
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
9732
|
+
"dev": true,
|
9750
9733
|
"license": "MIT",
|
9751
9734
|
"dependencies": {
|
9752
9735
|
"argparse": "^2.0.1"
|
@@ -9855,6 +9838,7 @@
|
|
9855
9838
|
"version": "2.3.1",
|
9856
9839
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
9857
9840
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
9841
|
+
"dev": true,
|
9858
9842
|
"license": "MIT"
|
9859
9843
|
},
|
9860
9844
|
"node_modules/json-schema-traverse": {
|
@@ -10069,10 +10053,23 @@
|
|
10069
10053
|
"immediate": "~3.0.5"
|
10070
10054
|
}
|
10071
10055
|
},
|
10056
|
+
"node_modules/lilconfig": {
|
10057
|
+
"version": "3.1.2",
|
10058
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
|
10059
|
+
"integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
|
10060
|
+
"license": "MIT",
|
10061
|
+
"engines": {
|
10062
|
+
"node": ">=14"
|
10063
|
+
},
|
10064
|
+
"funding": {
|
10065
|
+
"url": "https://github.com/sponsors/antonk52"
|
10066
|
+
}
|
10067
|
+
},
|
10072
10068
|
"node_modules/lines-and-columns": {
|
10073
10069
|
"version": "1.2.4",
|
10074
10070
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
10075
10071
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
10072
|
+
"dev": true,
|
10076
10073
|
"license": "MIT"
|
10077
10074
|
},
|
10078
10075
|
"node_modules/linkinator": {
|
@@ -11508,6 +11505,7 @@
|
|
11508
11505
|
"version": "1.0.1",
|
11509
11506
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
11510
11507
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
11508
|
+
"dev": true,
|
11511
11509
|
"license": "MIT",
|
11512
11510
|
"dependencies": {
|
11513
11511
|
"callsites": "^3.0.0"
|
@@ -11520,6 +11518,7 @@
|
|
11520
11518
|
"version": "5.2.0",
|
11521
11519
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
11522
11520
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
11521
|
+
"dev": true,
|
11523
11522
|
"license": "MIT",
|
11524
11523
|
"dependencies": {
|
11525
11524
|
"@babel/code-frame": "^7.0.0",
|
@@ -13567,9 +13566,9 @@
|
|
13567
13566
|
}
|
13568
13567
|
},
|
13569
13568
|
"node_modules/tslib": {
|
13570
|
-
"version": "2.6.
|
13571
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.
|
13572
|
-
"integrity": "sha512-
|
13569
|
+
"version": "2.6.3",
|
13570
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
13571
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
13573
13572
|
"license": "0BSD"
|
13574
13573
|
},
|
13575
13574
|
"node_modules/tunnel-agent": {
|
@@ -13761,7 +13760,7 @@
|
|
13761
13760
|
"version": "5.4.5",
|
13762
13761
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
13763
13762
|
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
13764
|
-
"
|
13763
|
+
"dev": true,
|
13765
13764
|
"license": "Apache-2.0",
|
13766
13765
|
"bin": {
|
13767
13766
|
"tsc": "bin/tsc",
|
package/oclif.lock
CHANGED
@@ -1656,21 +1656,21 @@
|
|
1656
1656
|
wrap-ansi "^7.0.0"
|
1657
1657
|
|
1658
1658
|
"@oclif/core@^4":
|
1659
|
-
version "4.0.
|
1660
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1661
|
-
integrity sha512-
|
1659
|
+
version "4.0.6"
|
1660
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
|
1661
|
+
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
|
1662
1662
|
dependencies:
|
1663
1663
|
ansi-escapes "^4.3.2"
|
1664
1664
|
ansis "^3.1.1"
|
1665
1665
|
clean-stack "^3.0.1"
|
1666
1666
|
cli-spinners "^2.9.2"
|
1667
|
-
cosmiconfig "^9.0.0"
|
1668
1667
|
debug "^4.3.5"
|
1669
1668
|
ejs "^3.1.10"
|
1670
1669
|
get-package-type "^0.1.0"
|
1671
1670
|
globby "^11.1.0"
|
1672
1671
|
indent-string "^4.0.0"
|
1673
1672
|
is-wsl "^2.2.0"
|
1673
|
+
lilconfig "^3.1.2"
|
1674
1674
|
minimatch "^9.0.4"
|
1675
1675
|
string-width "^4.2.3"
|
1676
1676
|
supports-color "^8"
|
@@ -1803,13 +1803,13 @@
|
|
1803
1803
|
typescript "^5.4.3"
|
1804
1804
|
wireit "^0.14.4"
|
1805
1805
|
|
1806
|
-
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2":
|
1807
|
-
version "3.1.
|
1808
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
1809
|
-
integrity sha512-
|
1806
|
+
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.4":
|
1807
|
+
version "3.1.4"
|
1808
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.4.tgz#e71b986440c1118f7df56ca71e387566dd1acbe0"
|
1809
|
+
integrity sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==
|
1810
1810
|
dependencies:
|
1811
1811
|
"@salesforce/ts-types" "^2.0.9"
|
1812
|
-
tslib "^2.6.
|
1812
|
+
tslib "^2.6.3"
|
1813
1813
|
|
1814
1814
|
"@salesforce/plugin-command-reference@^3.1.0":
|
1815
1815
|
version "3.1.0"
|
@@ -3465,16 +3465,6 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
|
|
3465
3465
|
parse-json "^5.2.0"
|
3466
3466
|
path-type "^4.0.0"
|
3467
3467
|
|
3468
|
-
cosmiconfig@^9.0.0:
|
3469
|
-
version "9.0.0"
|
3470
|
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
|
3471
|
-
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
|
3472
|
-
dependencies:
|
3473
|
-
env-paths "^2.2.1"
|
3474
|
-
import-fresh "^3.3.0"
|
3475
|
-
js-yaml "^4.1.0"
|
3476
|
-
parse-json "^5.2.0"
|
3477
|
-
|
3478
3468
|
create-require@^1.1.0:
|
3479
3469
|
version "1.1.1"
|
3480
3470
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
@@ -3760,11 +3750,6 @@ entities@^4.2.0, entities@^4.5.0:
|
|
3760
3750
|
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
3761
3751
|
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
3762
3752
|
|
3763
|
-
env-paths@^2.2.1:
|
3764
|
-
version "2.2.1"
|
3765
|
-
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
|
3766
|
-
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
|
3767
|
-
|
3768
3753
|
error-ex@^1.3.1:
|
3769
3754
|
version "1.3.2"
|
3770
3755
|
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
@@ -5461,6 +5446,11 @@ lie@~3.3.0:
|
|
5461
5446
|
dependencies:
|
5462
5447
|
immediate "~3.0.5"
|
5463
5448
|
|
5449
|
+
lilconfig@^3.1.2:
|
5450
|
+
version "3.1.2"
|
5451
|
+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
|
5452
|
+
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
|
5453
|
+
|
5464
5454
|
lines-and-columns@^1.1.6:
|
5465
5455
|
version "1.2.4"
|
5466
5456
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
@@ -7404,10 +7394,10 @@ tslib@^1.11.1, tslib@^1.9.0:
|
|
7404
7394
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
7405
7395
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
7406
7396
|
|
7407
|
-
tslib@^2.0.3, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.2:
|
7408
|
-
version "2.6.
|
7409
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.
|
7410
|
-
integrity sha512-
|
7397
|
+
tslib@^2.0.3, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.6.3:
|
7398
|
+
version "2.6.3"
|
7399
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
7400
|
+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
|
7411
7401
|
|
7412
7402
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
7413
7403
|
version "0.6.0"
|
package/oclif.manifest.json
CHANGED
@@ -266,132 +266,6 @@
|
|
266
266
|
"snapshot:create:org"
|
267
267
|
]
|
268
268
|
},
|
269
|
-
"org:get:snapshot": {
|
270
|
-
"aliases": [
|
271
|
-
"force:org:snapshot:get"
|
272
|
-
],
|
273
|
-
"args": {},
|
274
|
-
"deprecateAliases": true,
|
275
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
276
|
-
"examples": [
|
277
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
278
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
279
|
-
],
|
280
|
-
"flags": {
|
281
|
-
"json": {
|
282
|
-
"description": "Format output as json.",
|
283
|
-
"helpGroup": "GLOBAL",
|
284
|
-
"name": "json",
|
285
|
-
"allowNo": false,
|
286
|
-
"type": "boolean"
|
287
|
-
},
|
288
|
-
"flags-dir": {
|
289
|
-
"helpGroup": "GLOBAL",
|
290
|
-
"name": "flags-dir",
|
291
|
-
"summary": "Import flag values from a directory.",
|
292
|
-
"hasDynamicHelp": false,
|
293
|
-
"multiple": false,
|
294
|
-
"type": "option"
|
295
|
-
},
|
296
|
-
"target-dev-hub": {
|
297
|
-
"aliases": [
|
298
|
-
"targetdevhubusername"
|
299
|
-
],
|
300
|
-
"char": "v",
|
301
|
-
"deprecateAliases": true,
|
302
|
-
"name": "target-dev-hub",
|
303
|
-
"noCacheDefault": true,
|
304
|
-
"required": true,
|
305
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
306
|
-
"hasDynamicHelp": true,
|
307
|
-
"multiple": false,
|
308
|
-
"type": "option"
|
309
|
-
},
|
310
|
-
"api-version": {
|
311
|
-
"aliases": [
|
312
|
-
"apiversion"
|
313
|
-
],
|
314
|
-
"deprecateAliases": true,
|
315
|
-
"description": "Override the api version used for api requests made by this command",
|
316
|
-
"name": "api-version",
|
317
|
-
"hasDynamicHelp": false,
|
318
|
-
"multiple": false,
|
319
|
-
"type": "option"
|
320
|
-
},
|
321
|
-
"loglevel": {
|
322
|
-
"deprecated": {
|
323
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
324
|
-
},
|
325
|
-
"hidden": true,
|
326
|
-
"name": "loglevel",
|
327
|
-
"hasDynamicHelp": false,
|
328
|
-
"multiple": false,
|
329
|
-
"type": "option"
|
330
|
-
},
|
331
|
-
"snapshot": {
|
332
|
-
"char": "s",
|
333
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
334
|
-
"name": "snapshot",
|
335
|
-
"required": true,
|
336
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
337
|
-
"hasDynamicHelp": false,
|
338
|
-
"multiple": false,
|
339
|
-
"type": "option"
|
340
|
-
}
|
341
|
-
},
|
342
|
-
"hasDynamicHelp": true,
|
343
|
-
"hiddenAliases": [],
|
344
|
-
"id": "org:get:snapshot",
|
345
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
346
|
-
"pluginName": "@salesforce/plugin-signups",
|
347
|
-
"pluginType": "core",
|
348
|
-
"state": "beta",
|
349
|
-
"strict": true,
|
350
|
-
"summary": "Get details about a scratch org snapshot.",
|
351
|
-
"enableJsonFlag": true,
|
352
|
-
"isESM": true,
|
353
|
-
"relativePath": [
|
354
|
-
"lib",
|
355
|
-
"commands",
|
356
|
-
"org",
|
357
|
-
"get",
|
358
|
-
"snapshot.js"
|
359
|
-
],
|
360
|
-
"aliasPermutations": [
|
361
|
-
"force:org:snapshot:get",
|
362
|
-
"org:force:snapshot:get",
|
363
|
-
"org:snapshot:force:get",
|
364
|
-
"org:snapshot:get:force",
|
365
|
-
"force:snapshot:org:get",
|
366
|
-
"snapshot:force:org:get",
|
367
|
-
"snapshot:org:force:get",
|
368
|
-
"snapshot:org:get:force",
|
369
|
-
"force:snapshot:get:org",
|
370
|
-
"snapshot:force:get:org",
|
371
|
-
"snapshot:get:force:org",
|
372
|
-
"snapshot:get:org:force",
|
373
|
-
"force:org:get:snapshot",
|
374
|
-
"org:force:get:snapshot",
|
375
|
-
"org:get:force:snapshot",
|
376
|
-
"org:get:snapshot:force",
|
377
|
-
"force:get:org:snapshot",
|
378
|
-
"get:force:org:snapshot",
|
379
|
-
"get:org:force:snapshot",
|
380
|
-
"get:org:snapshot:force",
|
381
|
-
"force:get:snapshot:org",
|
382
|
-
"get:force:snapshot:org",
|
383
|
-
"get:snapshot:force:org",
|
384
|
-
"get:snapshot:org:force"
|
385
|
-
],
|
386
|
-
"permutations": [
|
387
|
-
"org:get:snapshot",
|
388
|
-
"get:org:snapshot",
|
389
|
-
"get:snapshot:org",
|
390
|
-
"org:snapshot:get",
|
391
|
-
"snapshot:org:get",
|
392
|
-
"snapshot:get:org"
|
393
|
-
]
|
394
|
-
},
|
395
269
|
"org:delete:shape": {
|
396
270
|
"aliases": [
|
397
271
|
"force:org:shape:delete"
|
@@ -652,6 +526,132 @@
|
|
652
526
|
"snapshot:delete:org"
|
653
527
|
]
|
654
528
|
},
|
529
|
+
"org:get:snapshot": {
|
530
|
+
"aliases": [
|
531
|
+
"force:org:snapshot:get"
|
532
|
+
],
|
533
|
+
"args": {},
|
534
|
+
"deprecateAliases": true,
|
535
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
536
|
+
"examples": [
|
537
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
538
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
539
|
+
],
|
540
|
+
"flags": {
|
541
|
+
"json": {
|
542
|
+
"description": "Format output as json.",
|
543
|
+
"helpGroup": "GLOBAL",
|
544
|
+
"name": "json",
|
545
|
+
"allowNo": false,
|
546
|
+
"type": "boolean"
|
547
|
+
},
|
548
|
+
"flags-dir": {
|
549
|
+
"helpGroup": "GLOBAL",
|
550
|
+
"name": "flags-dir",
|
551
|
+
"summary": "Import flag values from a directory.",
|
552
|
+
"hasDynamicHelp": false,
|
553
|
+
"multiple": false,
|
554
|
+
"type": "option"
|
555
|
+
},
|
556
|
+
"target-dev-hub": {
|
557
|
+
"aliases": [
|
558
|
+
"targetdevhubusername"
|
559
|
+
],
|
560
|
+
"char": "v",
|
561
|
+
"deprecateAliases": true,
|
562
|
+
"name": "target-dev-hub",
|
563
|
+
"noCacheDefault": true,
|
564
|
+
"required": true,
|
565
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
566
|
+
"hasDynamicHelp": true,
|
567
|
+
"multiple": false,
|
568
|
+
"type": "option"
|
569
|
+
},
|
570
|
+
"api-version": {
|
571
|
+
"aliases": [
|
572
|
+
"apiversion"
|
573
|
+
],
|
574
|
+
"deprecateAliases": true,
|
575
|
+
"description": "Override the api version used for api requests made by this command",
|
576
|
+
"name": "api-version",
|
577
|
+
"hasDynamicHelp": false,
|
578
|
+
"multiple": false,
|
579
|
+
"type": "option"
|
580
|
+
},
|
581
|
+
"loglevel": {
|
582
|
+
"deprecated": {
|
583
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
584
|
+
},
|
585
|
+
"hidden": true,
|
586
|
+
"name": "loglevel",
|
587
|
+
"hasDynamicHelp": false,
|
588
|
+
"multiple": false,
|
589
|
+
"type": "option"
|
590
|
+
},
|
591
|
+
"snapshot": {
|
592
|
+
"char": "s",
|
593
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
594
|
+
"name": "snapshot",
|
595
|
+
"required": true,
|
596
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
597
|
+
"hasDynamicHelp": false,
|
598
|
+
"multiple": false,
|
599
|
+
"type": "option"
|
600
|
+
}
|
601
|
+
},
|
602
|
+
"hasDynamicHelp": true,
|
603
|
+
"hiddenAliases": [],
|
604
|
+
"id": "org:get:snapshot",
|
605
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
606
|
+
"pluginName": "@salesforce/plugin-signups",
|
607
|
+
"pluginType": "core",
|
608
|
+
"state": "beta",
|
609
|
+
"strict": true,
|
610
|
+
"summary": "Get details about a scratch org snapshot.",
|
611
|
+
"enableJsonFlag": true,
|
612
|
+
"isESM": true,
|
613
|
+
"relativePath": [
|
614
|
+
"lib",
|
615
|
+
"commands",
|
616
|
+
"org",
|
617
|
+
"get",
|
618
|
+
"snapshot.js"
|
619
|
+
],
|
620
|
+
"aliasPermutations": [
|
621
|
+
"force:org:snapshot:get",
|
622
|
+
"org:force:snapshot:get",
|
623
|
+
"org:snapshot:force:get",
|
624
|
+
"org:snapshot:get:force",
|
625
|
+
"force:snapshot:org:get",
|
626
|
+
"snapshot:force:org:get",
|
627
|
+
"snapshot:org:force:get",
|
628
|
+
"snapshot:org:get:force",
|
629
|
+
"force:snapshot:get:org",
|
630
|
+
"snapshot:force:get:org",
|
631
|
+
"snapshot:get:force:org",
|
632
|
+
"snapshot:get:org:force",
|
633
|
+
"force:org:get:snapshot",
|
634
|
+
"org:force:get:snapshot",
|
635
|
+
"org:get:force:snapshot",
|
636
|
+
"org:get:snapshot:force",
|
637
|
+
"force:get:org:snapshot",
|
638
|
+
"get:force:org:snapshot",
|
639
|
+
"get:org:force:snapshot",
|
640
|
+
"get:org:snapshot:force",
|
641
|
+
"force:get:snapshot:org",
|
642
|
+
"get:force:snapshot:org",
|
643
|
+
"get:snapshot:force:org",
|
644
|
+
"get:snapshot:org:force"
|
645
|
+
],
|
646
|
+
"permutations": [
|
647
|
+
"org:get:snapshot",
|
648
|
+
"get:org:snapshot",
|
649
|
+
"get:snapshot:org",
|
650
|
+
"org:snapshot:get",
|
651
|
+
"snapshot:org:get",
|
652
|
+
"snapshot:get:org"
|
653
|
+
]
|
654
|
+
},
|
655
655
|
"org:list:shape": {
|
656
656
|
"aliases": [
|
657
657
|
"force:org:shape:list"
|
@@ -866,5 +866,5 @@
|
|
866
866
|
]
|
867
867
|
}
|
868
868
|
},
|
869
|
-
"version": "2.3.
|
869
|
+
"version": "2.3.12"
|
870
870
|
}
|
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.3.
|
4
|
+
"version": "2.3.12",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
9
|
"@salesforce/core": "^7.3.12",
|
10
|
-
"@salesforce/kit": "^3.1.
|
10
|
+
"@salesforce/kit": "^3.1.4",
|
11
11
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"exports": "./lib/index.js",
|
256
256
|
"type": "module",
|
257
257
|
"sfdx": {
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.12.crt",
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.12.sig"
|
260
260
|
}
|
261
261
|
}
|