@salesforce/plugin-signups 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/oclif.lock +25 -25
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
@@ -121,7 +121,7 @@ EXAMPLES
|
|
121
121
|
$ sf org create shape --target-org SourceOrg
|
122
122
|
```
|
123
123
|
|
124
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
124
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/create/shape.ts)_
|
125
125
|
|
126
126
|
## `sf org create snapshot`
|
127
127
|
|
@@ -174,7 +174,7 @@ FLAG DESCRIPTIONS
|
|
174
174
|
as a version control system tag or commit ID.
|
175
175
|
```
|
176
176
|
|
177
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
177
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/create/snapshot.ts)_
|
178
178
|
|
179
179
|
## `sf org delete shape`
|
180
180
|
|
@@ -212,7 +212,7 @@ EXAMPLES
|
|
212
212
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
213
213
|
```
|
214
214
|
|
215
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
215
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/delete/shape.ts)_
|
216
216
|
|
217
217
|
## `sf org delete snapshot`
|
218
218
|
|
@@ -254,7 +254,7 @@ FLAG DESCRIPTIONS
|
|
254
254
|
The IDs of scratch org snapshots start with 0Oo.
|
255
255
|
```
|
256
256
|
|
257
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
257
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/delete/snapshot.ts)_
|
258
258
|
|
259
259
|
## `sf org get snapshot`
|
260
260
|
|
@@ -299,7 +299,7 @@ FLAG DESCRIPTIONS
|
|
299
299
|
The IDs of scratch org snapshots start with 0Oo.
|
300
300
|
```
|
301
301
|
|
302
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
302
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/get/snapshot.ts)_
|
303
303
|
|
304
304
|
## `sf org list shape`
|
305
305
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
331
331
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
332
332
|
```
|
333
333
|
|
334
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
334
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/list/shape.ts)_
|
335
335
|
|
336
336
|
## `sf org list snapshot`
|
337
337
|
|
@@ -371,6 +371,6 @@ EXAMPLES
|
|
371
371
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
372
372
|
```
|
373
373
|
|
374
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
374
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.6/src/commands/org/list/snapshot.ts)_
|
375
375
|
|
376
376
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
@@ -939,24 +939,24 @@
|
|
939
939
|
semver "^7.5.4"
|
940
940
|
ts-retry-promise "^0.7.1"
|
941
941
|
|
942
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.
|
943
|
-
version "6.
|
944
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
945
|
-
integrity sha512-
|
942
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.2.2":
|
943
|
+
version "6.2.2"
|
944
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.2.tgz#c390c7c407e8916ad85a3e300d9d9e4fecfba207"
|
945
|
+
integrity sha512-R2ptk/+KSWDJOqdInxfzPTLF3V//vFtD4vQcjWIK9NaGCCq4ZwiF2gMpkBcKgDQneLUmva2NcmnzF3c51zQp5A==
|
946
946
|
dependencies:
|
947
947
|
"@salesforce/kit" "^3.0.15"
|
948
948
|
"@salesforce/schemas" "^1.6.1"
|
949
949
|
"@salesforce/ts-types" "^2.0.9"
|
950
|
-
"@types/semver" "^7.5.
|
950
|
+
"@types/semver" "^7.5.6"
|
951
951
|
ajv "^8.12.0"
|
952
952
|
change-case "^4.1.2"
|
953
953
|
faye "^1.4.0"
|
954
954
|
form-data "^4.0.0"
|
955
955
|
js2xmlparser "^4.0.1"
|
956
|
-
jsforce "^2.0.0-beta.
|
956
|
+
jsforce "^2.0.0-beta.29"
|
957
957
|
jsonwebtoken "9.0.2"
|
958
958
|
jszip "3.10.1"
|
959
|
-
pino "^8.16.
|
959
|
+
pino "^8.16.2"
|
960
960
|
pino-abstract-transport "^1.1.0"
|
961
961
|
pino-pretty "^10.2.3"
|
962
962
|
proper-lockfile "^4.1.2"
|
@@ -968,17 +968,17 @@
|
|
968
968
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
969
969
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
970
970
|
|
971
|
-
"@salesforce/dev-scripts@^
|
972
|
-
version "
|
973
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
974
|
-
integrity sha512-
|
971
|
+
"@salesforce/dev-scripts@^8.0.0":
|
972
|
+
version "8.0.0"
|
973
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.0.0.tgz#debdc8a311858259e7c972a55b82521c6eed101d"
|
974
|
+
integrity sha512-8TxQD+8Acn1CBiiSwhTPnYfbdaX9fASUPB5CvTSQJMr9aitoa9PFrC/wE7QTmtf+O8UAAVz4nndhjVABqpYf1Q==
|
975
975
|
dependencies:
|
976
976
|
"@commitlint/cli" "^17.1.2"
|
977
977
|
"@commitlint/config-conventional" "^17.1.0"
|
978
978
|
"@salesforce/dev-config" "^4.1.0"
|
979
979
|
"@salesforce/prettier-config" "^0.0.3"
|
980
980
|
"@types/chai" "^4.3.10"
|
981
|
-
"@types/mocha" "^10.0.
|
981
|
+
"@types/mocha" "^10.0.6"
|
982
982
|
"@types/node" "^18"
|
983
983
|
"@types/sinon" "^10.0.20"
|
984
984
|
chai "^4.3.10"
|
@@ -1239,10 +1239,10 @@
|
|
1239
1239
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
1240
1240
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
1241
1241
|
|
1242
|
-
"@types/mocha@^10.0.
|
1243
|
-
version "10.0.
|
1244
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
1245
|
-
integrity sha512-
|
1242
|
+
"@types/mocha@^10.0.6":
|
1243
|
+
version "10.0.6"
|
1244
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
1245
|
+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
1246
1246
|
|
1247
1247
|
"@types/node@*", "@types/node@^18":
|
1248
1248
|
version "18.18.9"
|
@@ -1278,10 +1278,10 @@
|
|
1278
1278
|
dependencies:
|
1279
1279
|
"@types/node" "*"
|
1280
1280
|
|
1281
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
|
1282
|
-
version "7.5.
|
1283
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
1284
|
-
integrity sha512
|
1281
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4", "@types/semver@^7.5.6":
|
1282
|
+
version "7.5.6"
|
1283
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
1284
|
+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
1285
1285
|
|
1286
1286
|
"@types/shelljs@^0.8.15":
|
1287
1287
|
version "0.8.15"
|
@@ -4399,10 +4399,10 @@ jsesc@~0.5.0:
|
|
4399
4399
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
4400
4400
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
4401
4401
|
|
4402
|
-
jsforce@^2.0.0-beta.28:
|
4403
|
-
version "2.0.0-beta.
|
4404
|
-
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.
|
4405
|
-
integrity sha512-
|
4402
|
+
jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
|
4403
|
+
version "2.0.0-beta.29"
|
4404
|
+
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
4405
|
+
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
4406
4406
|
dependencies:
|
4407
4407
|
"@babel/runtime" "^7.12.5"
|
4408
4408
|
"@babel/runtime-corejs3" "^7.12.5"
|
@@ -5836,7 +5836,7 @@ pino-std-serializers@^6.0.0:
|
|
5836
5836
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
5837
5837
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
5838
5838
|
|
5839
|
-
pino@^8.16.0, pino@^8.16.
|
5839
|
+
pino@^8.16.0, pino@^8.16.2:
|
5840
5840
|
version "8.16.2"
|
5841
5841
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
5842
5842
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.0.
|
4
|
+
"version": "2.0.6",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.13.1",
|
9
|
-
"@salesforce/core": "^6.
|
9
|
+
"@salesforce/core": "^6.2.2",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.1",
|
12
12
|
"chalk": "^5.3.0",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
18
|
-
"@salesforce/dev-scripts": "^
|
18
|
+
"@salesforce/dev-scripts": "^8.0.0",
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
@@ -246,7 +246,7 @@
|
|
246
246
|
"exports": "./lib/index.js",
|
247
247
|
"type": "module",
|
248
248
|
"sfdx": {
|
249
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
250
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
249
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.6.crt",
|
250
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.6.sig"
|
251
251
|
}
|
252
252
|
}
|