@salesforce/plugin-signups 2.6.24 → 2.6.26
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/README.md +7 -7
- package/npm-shrinkwrap.json +21 -21
- package/oclif.lock +19 -19
- package/oclif.manifest.json +126 -126
- package/package.json +6 -6
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.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/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.6.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/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.6.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/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.6.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/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.6.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/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.6.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/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.6.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.26/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.26",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.6.
|
9
|
+
"version": "2.6.26",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.10.
|
13
|
+
"@salesforce/core": "^8.10.3",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
16
16
|
"change-case": "^5.4.4"
|
@@ -19,13 +19,13 @@
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
21
21
|
"@salesforce/dev-scripts": "^11.0.2",
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.6.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
30
|
"oclif": "^4.17.46",
|
31
31
|
"ts-node": "^10.9.2",
|
@@ -3690,9 +3690,9 @@
|
|
3690
3690
|
}
|
3691
3691
|
},
|
3692
3692
|
"node_modules/@jsforce/jsforce-node": {
|
3693
|
-
"version": "3.
|
3694
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
3695
|
-
"integrity": "sha512
|
3693
|
+
"version": "3.8.1",
|
3694
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
|
3695
|
+
"integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
|
3696
3696
|
"license": "MIT",
|
3697
3697
|
"dependencies": {
|
3698
3698
|
"@sindresorhus/is": "^4",
|
@@ -4241,12 +4241,12 @@
|
|
4241
4241
|
}
|
4242
4242
|
},
|
4243
4243
|
"node_modules/@salesforce/core": {
|
4244
|
-
"version": "8.10.
|
4245
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.
|
4246
|
-
"integrity": "sha512-
|
4244
|
+
"version": "8.10.3",
|
4245
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.3.tgz",
|
4246
|
+
"integrity": "sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==",
|
4247
4247
|
"license": "BSD-3-Clause",
|
4248
4248
|
"dependencies": {
|
4249
|
-
"@jsforce/jsforce-node": "^3.
|
4249
|
+
"@jsforce/jsforce-node": "^3.8.1",
|
4250
4250
|
"@salesforce/kit": "^3.2.2",
|
4251
4251
|
"@salesforce/schemas": "^1.9.0",
|
4252
4252
|
"@salesforce/ts-types": "^2.0.10",
|
@@ -4386,14 +4386,14 @@
|
|
4386
4386
|
}
|
4387
4387
|
},
|
4388
4388
|
"node_modules/@salesforce/plugin-command-reference": {
|
4389
|
-
"version": "3.1.
|
4390
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
4391
|
-
"integrity": "sha512-
|
4389
|
+
"version": "3.1.52",
|
4390
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
|
4391
|
+
"integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
|
4392
4392
|
"dev": true,
|
4393
|
-
"license": "
|
4393
|
+
"license": "Apache-2.0",
|
4394
4394
|
"dependencies": {
|
4395
4395
|
"@oclif/core": "^4",
|
4396
|
-
"@salesforce/core": "^8.
|
4396
|
+
"@salesforce/core": "^8.10.1",
|
4397
4397
|
"@salesforce/kit": "^3.2.3",
|
4398
4398
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
4399
4399
|
"@salesforce/ts-types": "^2.0.11",
|
@@ -8053,13 +8053,13 @@
|
|
8053
8053
|
}
|
8054
8054
|
},
|
8055
8055
|
"node_modules/eslint-plugin-sf-plugin": {
|
8056
|
-
"version": "1.20.
|
8057
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8058
|
-
"integrity": "sha512-
|
8056
|
+
"version": "1.20.22",
|
8057
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
|
8058
|
+
"integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
|
8059
8059
|
"dev": true,
|
8060
8060
|
"license": "BSD-3-Clause",
|
8061
8061
|
"dependencies": {
|
8062
|
-
"@salesforce/core": "^8.10.
|
8062
|
+
"@salesforce/core": "^8.10.1",
|
8063
8063
|
"@typescript-eslint/utils": "^7.18.0"
|
8064
8064
|
},
|
8065
8065
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1531,10 +1531,10 @@
|
|
1531
1531
|
"@jridgewell/resolve-uri" "^3.1.0"
|
1532
1532
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
1533
1533
|
|
1534
|
-
"@jsforce/jsforce-node@^3.
|
1535
|
-
version "3.
|
1536
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
1537
|
-
integrity sha512
|
1534
|
+
"@jsforce/jsforce-node@^3.8.1":
|
1535
|
+
version "3.8.1"
|
1536
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
|
1537
|
+
integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
|
1538
1538
|
dependencies:
|
1539
1539
|
"@sindresorhus/is" "^4"
|
1540
1540
|
base64url "^3.0.1"
|
@@ -1693,12 +1693,12 @@
|
|
1693
1693
|
strip-ansi "6.0.1"
|
1694
1694
|
ts-retry-promise "^0.8.1"
|
1695
1695
|
|
1696
|
-
"@salesforce/core@^8.10.
|
1697
|
-
version "8.10.
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.
|
1699
|
-
integrity sha512-
|
1696
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
|
1697
|
+
version "8.10.3"
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.3.tgz#3cc2c99d097757cb4b08dab921254cfa3a00c7c1"
|
1699
|
+
integrity sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==
|
1700
1700
|
dependencies:
|
1701
|
-
"@jsforce/jsforce-node" "^3.
|
1701
|
+
"@jsforce/jsforce-node" "^3.8.1"
|
1702
1702
|
"@salesforce/kit" "^3.2.2"
|
1703
1703
|
"@salesforce/schemas" "^1.9.0"
|
1704
1704
|
"@salesforce/ts-types" "^2.0.10"
|
@@ -1761,13 +1761,13 @@
|
|
1761
1761
|
dependencies:
|
1762
1762
|
"@salesforce/ts-types" "^2.0.12"
|
1763
1763
|
|
1764
|
-
"@salesforce/plugin-command-reference@^3.1.
|
1765
|
-
version "3.1.
|
1766
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
1767
|
-
integrity sha512-
|
1764
|
+
"@salesforce/plugin-command-reference@^3.1.52":
|
1765
|
+
version "3.1.52"
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
|
1767
|
+
integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
|
1768
1768
|
dependencies:
|
1769
1769
|
"@oclif/core" "^4"
|
1770
|
-
"@salesforce/core" "^8.
|
1770
|
+
"@salesforce/core" "^8.10.1"
|
1771
1771
|
"@salesforce/kit" "^3.2.3"
|
1772
1772
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
1773
1773
|
"@salesforce/ts-types" "^2.0.11"
|
@@ -4042,12 +4042,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4042
4042
|
semver "^7.5.4"
|
4043
4043
|
spdx-expression-parse "^4.0.0"
|
4044
4044
|
|
4045
|
-
eslint-plugin-sf-plugin@^1.20.
|
4046
|
-
version "1.20.
|
4047
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4048
|
-
integrity sha512-
|
4045
|
+
eslint-plugin-sf-plugin@^1.20.22:
|
4046
|
+
version "1.20.22"
|
4047
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
|
4048
|
+
integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
|
4049
4049
|
dependencies:
|
4050
|
-
"@salesforce/core" "^8.10.
|
4050
|
+
"@salesforce/core" "^8.10.1"
|
4051
4051
|
"@typescript-eslint/utils" "^7.18.0"
|
4052
4052
|
|
4053
4053
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
@@ -1,130 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:get:snapshot": {
|
4
|
-
"aliases": [
|
5
|
-
"force:org:snapshot:get"
|
6
|
-
],
|
7
|
-
"args": {},
|
8
|
-
"deprecateAliases": true,
|
9
|
-
"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\".",
|
10
|
-
"examples": [
|
11
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
12
|
-
"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"
|
13
|
-
],
|
14
|
-
"flags": {
|
15
|
-
"json": {
|
16
|
-
"description": "Format output as json.",
|
17
|
-
"helpGroup": "GLOBAL",
|
18
|
-
"name": "json",
|
19
|
-
"allowNo": false,
|
20
|
-
"type": "boolean"
|
21
|
-
},
|
22
|
-
"flags-dir": {
|
23
|
-
"helpGroup": "GLOBAL",
|
24
|
-
"name": "flags-dir",
|
25
|
-
"summary": "Import flag values from a directory.",
|
26
|
-
"hasDynamicHelp": false,
|
27
|
-
"multiple": false,
|
28
|
-
"type": "option"
|
29
|
-
},
|
30
|
-
"target-dev-hub": {
|
31
|
-
"aliases": [
|
32
|
-
"targetdevhubusername"
|
33
|
-
],
|
34
|
-
"char": "v",
|
35
|
-
"deprecateAliases": true,
|
36
|
-
"name": "target-dev-hub",
|
37
|
-
"noCacheDefault": true,
|
38
|
-
"required": true,
|
39
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
40
|
-
"hasDynamicHelp": true,
|
41
|
-
"multiple": false,
|
42
|
-
"type": "option"
|
43
|
-
},
|
44
|
-
"api-version": {
|
45
|
-
"aliases": [
|
46
|
-
"apiversion"
|
47
|
-
],
|
48
|
-
"deprecateAliases": true,
|
49
|
-
"description": "Override the api version used for api requests made by this command",
|
50
|
-
"name": "api-version",
|
51
|
-
"hasDynamicHelp": false,
|
52
|
-
"multiple": false,
|
53
|
-
"type": "option"
|
54
|
-
},
|
55
|
-
"loglevel": {
|
56
|
-
"deprecated": {
|
57
|
-
"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."
|
58
|
-
},
|
59
|
-
"hidden": true,
|
60
|
-
"name": "loglevel",
|
61
|
-
"hasDynamicHelp": false,
|
62
|
-
"multiple": false,
|
63
|
-
"type": "option"
|
64
|
-
},
|
65
|
-
"snapshot": {
|
66
|
-
"char": "s",
|
67
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
68
|
-
"name": "snapshot",
|
69
|
-
"required": true,
|
70
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
71
|
-
"hasDynamicHelp": false,
|
72
|
-
"multiple": false,
|
73
|
-
"type": "option"
|
74
|
-
}
|
75
|
-
},
|
76
|
-
"hasDynamicHelp": true,
|
77
|
-
"hiddenAliases": [],
|
78
|
-
"id": "org:get:snapshot",
|
79
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
80
|
-
"pluginName": "@salesforce/plugin-signups",
|
81
|
-
"pluginType": "core",
|
82
|
-
"strict": true,
|
83
|
-
"summary": "Get details about a scratch org snapshot.",
|
84
|
-
"enableJsonFlag": true,
|
85
|
-
"isESM": true,
|
86
|
-
"relativePath": [
|
87
|
-
"lib",
|
88
|
-
"commands",
|
89
|
-
"org",
|
90
|
-
"get",
|
91
|
-
"snapshot.js"
|
92
|
-
],
|
93
|
-
"aliasPermutations": [
|
94
|
-
"force:org:snapshot:get",
|
95
|
-
"org:force:snapshot:get",
|
96
|
-
"org:snapshot:force:get",
|
97
|
-
"org:snapshot:get:force",
|
98
|
-
"force:snapshot:org:get",
|
99
|
-
"snapshot:force:org:get",
|
100
|
-
"snapshot:org:force:get",
|
101
|
-
"snapshot:org:get:force",
|
102
|
-
"force:snapshot:get:org",
|
103
|
-
"snapshot:force:get:org",
|
104
|
-
"snapshot:get:force:org",
|
105
|
-
"snapshot:get:org:force",
|
106
|
-
"force:org:get:snapshot",
|
107
|
-
"org:force:get:snapshot",
|
108
|
-
"org:get:force:snapshot",
|
109
|
-
"org:get:snapshot:force",
|
110
|
-
"force:get:org:snapshot",
|
111
|
-
"get:force:org:snapshot",
|
112
|
-
"get:org:force:snapshot",
|
113
|
-
"get:org:snapshot:force",
|
114
|
-
"force:get:snapshot:org",
|
115
|
-
"get:force:snapshot:org",
|
116
|
-
"get:snapshot:force:org",
|
117
|
-
"get:snapshot:org:force"
|
118
|
-
],
|
119
|
-
"permutations": [
|
120
|
-
"org:get:snapshot",
|
121
|
-
"get:org:snapshot",
|
122
|
-
"get:snapshot:org",
|
123
|
-
"org:snapshot:get",
|
124
|
-
"snapshot:org:get",
|
125
|
-
"snapshot:get:org"
|
126
|
-
]
|
127
|
-
},
|
128
3
|
"org:create:shape": {
|
129
4
|
"aliases": [
|
130
5
|
"force:org:shape:create"
|
@@ -390,6 +265,131 @@
|
|
390
265
|
"snapshot:create:org"
|
391
266
|
]
|
392
267
|
},
|
268
|
+
"org:get:snapshot": {
|
269
|
+
"aliases": [
|
270
|
+
"force:org:snapshot:get"
|
271
|
+
],
|
272
|
+
"args": {},
|
273
|
+
"deprecateAliases": true,
|
274
|
+
"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\".",
|
275
|
+
"examples": [
|
276
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
277
|
+
"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"
|
278
|
+
],
|
279
|
+
"flags": {
|
280
|
+
"json": {
|
281
|
+
"description": "Format output as json.",
|
282
|
+
"helpGroup": "GLOBAL",
|
283
|
+
"name": "json",
|
284
|
+
"allowNo": false,
|
285
|
+
"type": "boolean"
|
286
|
+
},
|
287
|
+
"flags-dir": {
|
288
|
+
"helpGroup": "GLOBAL",
|
289
|
+
"name": "flags-dir",
|
290
|
+
"summary": "Import flag values from a directory.",
|
291
|
+
"hasDynamicHelp": false,
|
292
|
+
"multiple": false,
|
293
|
+
"type": "option"
|
294
|
+
},
|
295
|
+
"target-dev-hub": {
|
296
|
+
"aliases": [
|
297
|
+
"targetdevhubusername"
|
298
|
+
],
|
299
|
+
"char": "v",
|
300
|
+
"deprecateAliases": true,
|
301
|
+
"name": "target-dev-hub",
|
302
|
+
"noCacheDefault": true,
|
303
|
+
"required": true,
|
304
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
305
|
+
"hasDynamicHelp": true,
|
306
|
+
"multiple": false,
|
307
|
+
"type": "option"
|
308
|
+
},
|
309
|
+
"api-version": {
|
310
|
+
"aliases": [
|
311
|
+
"apiversion"
|
312
|
+
],
|
313
|
+
"deprecateAliases": true,
|
314
|
+
"description": "Override the api version used for api requests made by this command",
|
315
|
+
"name": "api-version",
|
316
|
+
"hasDynamicHelp": false,
|
317
|
+
"multiple": false,
|
318
|
+
"type": "option"
|
319
|
+
},
|
320
|
+
"loglevel": {
|
321
|
+
"deprecated": {
|
322
|
+
"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."
|
323
|
+
},
|
324
|
+
"hidden": true,
|
325
|
+
"name": "loglevel",
|
326
|
+
"hasDynamicHelp": false,
|
327
|
+
"multiple": false,
|
328
|
+
"type": "option"
|
329
|
+
},
|
330
|
+
"snapshot": {
|
331
|
+
"char": "s",
|
332
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
333
|
+
"name": "snapshot",
|
334
|
+
"required": true,
|
335
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
336
|
+
"hasDynamicHelp": false,
|
337
|
+
"multiple": false,
|
338
|
+
"type": "option"
|
339
|
+
}
|
340
|
+
},
|
341
|
+
"hasDynamicHelp": true,
|
342
|
+
"hiddenAliases": [],
|
343
|
+
"id": "org:get:snapshot",
|
344
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
345
|
+
"pluginName": "@salesforce/plugin-signups",
|
346
|
+
"pluginType": "core",
|
347
|
+
"strict": true,
|
348
|
+
"summary": "Get details about a scratch org snapshot.",
|
349
|
+
"enableJsonFlag": true,
|
350
|
+
"isESM": true,
|
351
|
+
"relativePath": [
|
352
|
+
"lib",
|
353
|
+
"commands",
|
354
|
+
"org",
|
355
|
+
"get",
|
356
|
+
"snapshot.js"
|
357
|
+
],
|
358
|
+
"aliasPermutations": [
|
359
|
+
"force:org:snapshot:get",
|
360
|
+
"org:force:snapshot:get",
|
361
|
+
"org:snapshot:force:get",
|
362
|
+
"org:snapshot:get:force",
|
363
|
+
"force:snapshot:org:get",
|
364
|
+
"snapshot:force:org:get",
|
365
|
+
"snapshot:org:force:get",
|
366
|
+
"snapshot:org:get:force",
|
367
|
+
"force:snapshot:get:org",
|
368
|
+
"snapshot:force:get:org",
|
369
|
+
"snapshot:get:force:org",
|
370
|
+
"snapshot:get:org:force",
|
371
|
+
"force:org:get:snapshot",
|
372
|
+
"org:force:get:snapshot",
|
373
|
+
"org:get:force:snapshot",
|
374
|
+
"org:get:snapshot:force",
|
375
|
+
"force:get:org:snapshot",
|
376
|
+
"get:force:org:snapshot",
|
377
|
+
"get:org:force:snapshot",
|
378
|
+
"get:org:snapshot:force",
|
379
|
+
"force:get:snapshot:org",
|
380
|
+
"get:force:snapshot:org",
|
381
|
+
"get:snapshot:force:org",
|
382
|
+
"get:snapshot:org:force"
|
383
|
+
],
|
384
|
+
"permutations": [
|
385
|
+
"org:get:snapshot",
|
386
|
+
"get:org:snapshot",
|
387
|
+
"get:snapshot:org",
|
388
|
+
"org:snapshot:get",
|
389
|
+
"snapshot:org:get",
|
390
|
+
"snapshot:get:org"
|
391
|
+
]
|
392
|
+
},
|
393
393
|
"org:delete:shape": {
|
394
394
|
"aliases": [
|
395
395
|
"force:org:shape:delete"
|
@@ -862,5 +862,5 @@
|
|
862
862
|
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.26"
|
866
866
|
}
|
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.6.
|
4
|
+
"version": "2.6.26",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
|
-
"@salesforce/core": "^8.10.
|
9
|
+
"@salesforce/core": "^8.10.3",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
12
12
|
"change-case": "^5.4.4"
|
@@ -15,13 +15,13 @@
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
17
17
|
"@salesforce/dev-scripts": "^11.0.2",
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
26
|
"oclif": "^4.17.46",
|
27
27
|
"ts-node": "^10.9.2",
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"exports": "./lib/index.js",
|
221
221
|
"type": "module",
|
222
222
|
"sfdx": {
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.26.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.26.sig"
|
225
225
|
}
|
226
226
|
}
|