@salesforce/plugin-signups 2.0.19 → 2.0.20

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -122,7 +122,7 @@ EXAMPLES
122
122
  $ sf org create shape --target-org SourceOrg
123
123
  ```
124
124
 
125
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/create/shape.ts)_
125
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/create/shape.ts)_
126
126
 
127
127
  ## `sf org create snapshot`
128
128
 
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
176
176
  as a version control system tag or commit ID.
177
177
  ```
178
178
 
179
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/create/snapshot.ts)_
179
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/create/snapshot.ts)_
180
180
 
181
181
  ## `sf org delete shape`
182
182
 
@@ -215,7 +215,7 @@ EXAMPLES
215
215
  $ sf org delete shape --target-org SourceOrg --no-prompt
216
216
  ```
217
217
 
218
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/delete/shape.ts)_
218
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/delete/shape.ts)_
219
219
 
220
220
  ## `sf org delete snapshot`
221
221
 
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
258
258
  The IDs of scratch org snapshots start with 0Oo.
259
259
  ```
260
260
 
261
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/delete/snapshot.ts)_
261
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/delete/snapshot.ts)_
262
262
 
263
263
  ## `sf org get snapshot`
264
264
 
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
304
304
  The IDs of scratch org snapshots start with 0Oo.
305
305
  ```
306
306
 
307
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/get/snapshot.ts)_
307
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/get/snapshot.ts)_
308
308
 
309
309
  ## `sf org list shape`
310
310
 
@@ -336,7 +336,7 @@ EXAMPLES
336
336
  $ sf org list shape --json > tmp/MyOrgShapeList.json
337
337
  ```
338
338
 
339
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/list/shape.ts)_
339
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/list/shape.ts)_
340
340
 
341
341
  ## `sf org list snapshot`
342
342
 
@@ -377,6 +377,6 @@ EXAMPLES
377
377
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
378
378
  ```
379
379
 
380
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.19/src/commands/org/list/snapshot.ts)_
380
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.20/src/commands/org/list/snapshot.ts)_
381
381
 
382
382
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1378,10 +1378,10 @@
1378
1378
  node-gyp "^8.2.0"
1379
1379
  read-package-json-fast "^2.0.1"
1380
1380
 
1381
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1382
- version "3.18.1"
1383
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1384
- integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1381
+ "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1382
+ version "3.18.2"
1383
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1384
+ integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1385
1385
  dependencies:
1386
1386
  "@types/cli-progress" "^3.11.5"
1387
1387
  ansi-escapes "^4.3.2"
@@ -1643,13 +1643,13 @@
1643
1643
  "@salesforce/ts-types" "^2.0.9"
1644
1644
  tslib "^2.6.2"
1645
1645
 
1646
- "@salesforce/plugin-command-reference@^3.0.59":
1647
- version "3.0.59"
1648
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
1649
- integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
1646
+ "@salesforce/plugin-command-reference@^3.0.64":
1647
+ version "3.0.64"
1648
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.64.tgz#d911288fd89a13b0a5dbe138dc98bc8df5613929"
1649
+ integrity sha512-nSd/FDYe+v88iHG6L7fEa7Q4iYa2pqQV9xeDN3RmAazWEjq3fImIAmOwjABOCdlLbZLs+dar/luzYWyNklLl2Q==
1650
1650
  dependencies:
1651
- "@oclif/core" "^3.15.1"
1652
- "@salesforce/core" "^6.4.1"
1651
+ "@oclif/core" "^3.18.1"
1652
+ "@salesforce/core" "^6.5.1"
1653
1653
  "@salesforce/kit" "^3.0.15"
1654
1654
  "@salesforce/sf-plugins-core" "^5.0.13"
1655
1655
  "@salesforce/ts-types" "^2.0.9"
@@ -803,5 +803,5 @@
803
803
  ]
804
804
  }
805
805
  },
806
- "version": "2.0.19"
806
+ "version": "2.0.20"
807
807
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.0.19",
4
+ "version": "2.0.20",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.15.1",
8
+ "@oclif/core": "^3.18.2",
9
9
  "@salesforce/core": "^6.4.7",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^7.1.4",
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-command-snapshot": "^5.0.6",
17
17
  "@salesforce/cli-plugins-testkit": "^5.1.8",
18
18
  "@salesforce/dev-scripts": "^8.3.0",
19
- "@salesforce/plugin-command-reference": "^3.0.59",
19
+ "@salesforce/plugin-command-reference": "^3.0.64",
20
20
  "@salesforce/ts-types": "^2.0.9",
21
21
  "@types/chai-as-promised": "^7.1.8",
22
22
  "@types/chai-string": "^1.4.5",
@@ -257,7 +257,7 @@
257
257
  "exports": "./lib/index.js",
258
258
  "type": "module",
259
259
  "sfdx": {
260
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.19.crt",
261
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.19.sig"
260
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.20.crt",
261
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.20.sig"
262
262
  }
263
263
  }