@salesforce/plugin-signups 2.6.11 → 2.6.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 +12 -12
- package/oclif.lock +13 -13
- package/oclif.manifest.json +227 -227
- 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.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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.6.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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.6.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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.6.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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.6.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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.6.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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.6.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.12/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.12",
|
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.12",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^8.8.0",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
15
|
+
"@salesforce/sf-plugins-core": "^12.1.3",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
@@ -4051,16 +4051,16 @@
|
|
4051
4051
|
}
|
4052
4052
|
},
|
4053
4053
|
"node_modules/@oclif/table": {
|
4054
|
-
"version": "0.
|
4055
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
4056
|
-
"integrity": "sha512-
|
4054
|
+
"version": "0.4.5",
|
4055
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.5.tgz",
|
4056
|
+
"integrity": "sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A==",
|
4057
4057
|
"license": "MIT",
|
4058
4058
|
"dependencies": {
|
4059
4059
|
"@oclif/core": "^4",
|
4060
4060
|
"@types/react": "^18.3.12",
|
4061
4061
|
"change-case": "^5.4.4",
|
4062
4062
|
"cli-truncate": "^4.0.0",
|
4063
|
-
"ink": "
|
4063
|
+
"ink": "5.0.1",
|
4064
4064
|
"natural-orderby": "^3.0.2",
|
4065
4065
|
"object-hash": "^3.0.0",
|
4066
4066
|
"react": "^18.3.1",
|
@@ -4575,15 +4575,15 @@
|
|
4575
4575
|
"license": "ISC"
|
4576
4576
|
},
|
4577
4577
|
"node_modules/@salesforce/sf-plugins-core": {
|
4578
|
-
"version": "12.1.
|
4579
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.
|
4580
|
-
"integrity": "sha512-
|
4578
|
+
"version": "12.1.3",
|
4579
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz",
|
4580
|
+
"integrity": "sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==",
|
4581
4581
|
"license": "BSD-3-Clause",
|
4582
4582
|
"dependencies": {
|
4583
4583
|
"@inquirer/confirm": "^3.1.22",
|
4584
4584
|
"@inquirer/password": "^2.2.0",
|
4585
|
-
"@oclif/core": "^4.
|
4586
|
-
"@oclif/table": "^0.
|
4585
|
+
"@oclif/core": "^4.2.4",
|
4586
|
+
"@oclif/table": "^0.4.0",
|
4587
4587
|
"@salesforce/core": "^8.5.1",
|
4588
4588
|
"@salesforce/kit": "^3.2.3",
|
4589
4589
|
"@salesforce/ts-types": "^2.0.12",
|
package/oclif.lock
CHANGED
@@ -1697,7 +1697,7 @@
|
|
1697
1697
|
"@nodelib/fs.scandir" "2.1.5"
|
1698
1698
|
fastq "^1.6.0"
|
1699
1699
|
|
1700
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
1700
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
|
1701
1701
|
version "4.2.5"
|
1702
1702
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
|
1703
1703
|
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
|
@@ -1765,16 +1765,16 @@
|
|
1765
1765
|
lodash "^4.17.21"
|
1766
1766
|
registry-auth-token "^5.0.3"
|
1767
1767
|
|
1768
|
-
"@oclif/table@^0.
|
1769
|
-
version "0.
|
1770
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.
|
1771
|
-
integrity sha512-
|
1768
|
+
"@oclif/table@^0.4.0":
|
1769
|
+
version "0.4.5"
|
1770
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.5.tgz#f878cf3b5a381351753d78f23f9fe2db3c849e41"
|
1771
|
+
integrity sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A==
|
1772
1772
|
dependencies:
|
1773
1773
|
"@oclif/core" "^4"
|
1774
1774
|
"@types/react" "^18.3.12"
|
1775
1775
|
change-case "^5.4.4"
|
1776
1776
|
cli-truncate "^4.0.0"
|
1777
|
-
ink "
|
1777
|
+
ink "5.0.1"
|
1778
1778
|
natural-orderby "^3.0.2"
|
1779
1779
|
object-hash "^3.0.0"
|
1780
1780
|
react "^18.3.1"
|
@@ -1933,15 +1933,15 @@
|
|
1933
1933
|
string-width "^7.2.0"
|
1934
1934
|
terminal-link "^3.0.0"
|
1935
1935
|
|
1936
|
-
"@salesforce/sf-plugins-core@^12.1.
|
1937
|
-
version "12.1.
|
1938
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.
|
1939
|
-
integrity sha512-
|
1936
|
+
"@salesforce/sf-plugins-core@^12.1.3":
|
1937
|
+
version "12.1.3"
|
1938
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
|
1939
|
+
integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
|
1940
1940
|
dependencies:
|
1941
1941
|
"@inquirer/confirm" "^3.1.22"
|
1942
1942
|
"@inquirer/password" "^2.2.0"
|
1943
|
-
"@oclif/core" "^4.
|
1944
|
-
"@oclif/table" "^0.
|
1943
|
+
"@oclif/core" "^4.2.4"
|
1944
|
+
"@oclif/table" "^0.4.0"
|
1945
1945
|
"@salesforce/core" "^8.5.1"
|
1946
1946
|
"@salesforce/kit" "^3.2.3"
|
1947
1947
|
"@salesforce/ts-types" "^2.0.12"
|
@@ -5090,7 +5090,7 @@ ini@^1.3.4:
|
|
5090
5090
|
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
|
5091
5091
|
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
5092
5092
|
|
5093
|
-
ink
|
5093
|
+
ink@5.0.1:
|
5094
5094
|
version "5.0.1"
|
5095
5095
|
resolved "https://registry.yarnpkg.com/ink/-/ink-5.0.1.tgz#f2ef9796a3911830c3995dedd227ec84ae27de4b"
|
5096
5096
|
integrity sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==
|
package/oclif.manifest.json
CHANGED
@@ -1,15 +1,130 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
3
|
+
"org:create:shape": {
|
4
4
|
"aliases": [
|
5
|
-
"force:org:
|
5
|
+
"force:org:shape:create"
|
6
6
|
],
|
7
7
|
"args": {},
|
8
8
|
"deprecateAliases": true,
|
9
|
-
"description": "
|
9
|
+
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
10
10
|
"examples": [
|
11
|
-
"
|
12
|
-
|
11
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
12
|
+
],
|
13
|
+
"flags": {
|
14
|
+
"json": {
|
15
|
+
"description": "Format output as json.",
|
16
|
+
"helpGroup": "GLOBAL",
|
17
|
+
"name": "json",
|
18
|
+
"allowNo": false,
|
19
|
+
"type": "boolean"
|
20
|
+
},
|
21
|
+
"flags-dir": {
|
22
|
+
"helpGroup": "GLOBAL",
|
23
|
+
"name": "flags-dir",
|
24
|
+
"summary": "Import flag values from a directory.",
|
25
|
+
"hasDynamicHelp": false,
|
26
|
+
"multiple": false,
|
27
|
+
"type": "option"
|
28
|
+
},
|
29
|
+
"target-org": {
|
30
|
+
"aliases": [
|
31
|
+
"targetusername",
|
32
|
+
"u"
|
33
|
+
],
|
34
|
+
"char": "o",
|
35
|
+
"deprecateAliases": true,
|
36
|
+
"name": "target-org",
|
37
|
+
"noCacheDefault": true,
|
38
|
+
"required": true,
|
39
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` 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
|
+
},
|
66
|
+
"hasDynamicHelp": true,
|
67
|
+
"hiddenAliases": [],
|
68
|
+
"id": "org:create:shape",
|
69
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
70
|
+
"pluginName": "@salesforce/plugin-signups",
|
71
|
+
"pluginType": "core",
|
72
|
+
"strict": true,
|
73
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
74
|
+
"enableJsonFlag": true,
|
75
|
+
"isESM": true,
|
76
|
+
"relativePath": [
|
77
|
+
"lib",
|
78
|
+
"commands",
|
79
|
+
"org",
|
80
|
+
"create",
|
81
|
+
"shape.js"
|
82
|
+
],
|
83
|
+
"aliasPermutations": [
|
84
|
+
"force:org:shape:create",
|
85
|
+
"org:force:shape:create",
|
86
|
+
"org:shape:force:create",
|
87
|
+
"org:shape:create:force",
|
88
|
+
"force:shape:org:create",
|
89
|
+
"shape:force:org:create",
|
90
|
+
"shape:org:force:create",
|
91
|
+
"shape:org:create:force",
|
92
|
+
"force:shape:create:org",
|
93
|
+
"shape:force:create:org",
|
94
|
+
"shape:create:force:org",
|
95
|
+
"shape:create:org:force",
|
96
|
+
"force:org:create:shape",
|
97
|
+
"org:force:create:shape",
|
98
|
+
"org:create:force:shape",
|
99
|
+
"org:create:shape:force",
|
100
|
+
"force:create:org:shape",
|
101
|
+
"create:force:org:shape",
|
102
|
+
"create:org:force:shape",
|
103
|
+
"create:org:shape:force",
|
104
|
+
"force:create:shape:org",
|
105
|
+
"create:force:shape:org",
|
106
|
+
"create:shape:force:org",
|
107
|
+
"create:shape:org:force"
|
108
|
+
],
|
109
|
+
"permutations": [
|
110
|
+
"org:create:shape",
|
111
|
+
"create:org:shape",
|
112
|
+
"create:shape:org",
|
113
|
+
"org:shape:create",
|
114
|
+
"shape:org:create",
|
115
|
+
"shape:create:org"
|
116
|
+
]
|
117
|
+
},
|
118
|
+
"org:create:snapshot": {
|
119
|
+
"aliases": [
|
120
|
+
"force:org:snapshot:create"
|
121
|
+
],
|
122
|
+
"args": {},
|
123
|
+
"deprecateAliases": true,
|
124
|
+
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
|
125
|
+
"examples": [
|
126
|
+
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
127
|
+
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
13
128
|
],
|
14
129
|
"flags": {
|
15
130
|
"json": {
|
@@ -62,12 +177,37 @@
|
|
62
177
|
"multiple": false,
|
63
178
|
"type": "option"
|
64
179
|
},
|
65
|
-
"
|
66
|
-
"
|
67
|
-
|
68
|
-
|
180
|
+
"source-org": {
|
181
|
+
"aliases": [
|
182
|
+
"sourceorg"
|
183
|
+
],
|
184
|
+
"char": "o",
|
185
|
+
"deprecateAliases": true,
|
186
|
+
"name": "source-org",
|
69
187
|
"required": true,
|
70
|
-
"summary": "
|
188
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
189
|
+
"hasDynamicHelp": false,
|
190
|
+
"multiple": false,
|
191
|
+
"type": "option"
|
192
|
+
},
|
193
|
+
"name": {
|
194
|
+
"aliases": [
|
195
|
+
"snapshotname"
|
196
|
+
],
|
197
|
+
"char": "n",
|
198
|
+
"deprecateAliases": true,
|
199
|
+
"name": "name",
|
200
|
+
"required": true,
|
201
|
+
"summary": "Unique name of snapshot.",
|
202
|
+
"hasDynamicHelp": false,
|
203
|
+
"multiple": false,
|
204
|
+
"type": "option"
|
205
|
+
},
|
206
|
+
"description": {
|
207
|
+
"char": "d",
|
208
|
+
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
209
|
+
"name": "description",
|
210
|
+
"summary": "Description of snapshot.",
|
71
211
|
"hasDynamicHelp": false,
|
72
212
|
"multiple": false,
|
73
213
|
"type": "option"
|
@@ -75,54 +215,54 @@
|
|
75
215
|
},
|
76
216
|
"hasDynamicHelp": true,
|
77
217
|
"hiddenAliases": [],
|
78
|
-
"id": "org:
|
218
|
+
"id": "org:create:snapshot",
|
79
219
|
"pluginAlias": "@salesforce/plugin-signups",
|
80
220
|
"pluginName": "@salesforce/plugin-signups",
|
81
221
|
"pluginType": "core",
|
82
222
|
"strict": true,
|
83
|
-
"summary": "
|
223
|
+
"summary": "Create a snapshot of a scratch org.",
|
84
224
|
"enableJsonFlag": true,
|
85
225
|
"isESM": true,
|
86
226
|
"relativePath": [
|
87
227
|
"lib",
|
88
228
|
"commands",
|
89
229
|
"org",
|
90
|
-
"
|
230
|
+
"create",
|
91
231
|
"snapshot.js"
|
92
232
|
],
|
93
233
|
"aliasPermutations": [
|
94
|
-
"force:org:snapshot:
|
95
|
-
"org:force:snapshot:
|
96
|
-
"org:snapshot:force:
|
97
|
-
"org:snapshot:
|
98
|
-
"force:snapshot:org:
|
99
|
-
"snapshot:force:org:
|
100
|
-
"snapshot:org:force:
|
101
|
-
"snapshot:org:
|
102
|
-
"force:snapshot:
|
103
|
-
"snapshot:force:
|
104
|
-
"snapshot:
|
105
|
-
"snapshot:
|
106
|
-
"force:org:
|
107
|
-
"org:force:
|
108
|
-
"org:
|
109
|
-
"org:
|
110
|
-
"force:
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"force:
|
115
|
-
"
|
116
|
-
"
|
117
|
-
"
|
234
|
+
"force:org:snapshot:create",
|
235
|
+
"org:force:snapshot:create",
|
236
|
+
"org:snapshot:force:create",
|
237
|
+
"org:snapshot:create:force",
|
238
|
+
"force:snapshot:org:create",
|
239
|
+
"snapshot:force:org:create",
|
240
|
+
"snapshot:org:force:create",
|
241
|
+
"snapshot:org:create:force",
|
242
|
+
"force:snapshot:create:org",
|
243
|
+
"snapshot:force:create:org",
|
244
|
+
"snapshot:create:force:org",
|
245
|
+
"snapshot:create:org:force",
|
246
|
+
"force:org:create:snapshot",
|
247
|
+
"org:force:create:snapshot",
|
248
|
+
"org:create:force:snapshot",
|
249
|
+
"org:create:snapshot:force",
|
250
|
+
"force:create:org:snapshot",
|
251
|
+
"create:force:org:snapshot",
|
252
|
+
"create:org:force:snapshot",
|
253
|
+
"create:org:snapshot:force",
|
254
|
+
"force:create:snapshot:org",
|
255
|
+
"create:force:snapshot:org",
|
256
|
+
"create:snapshot:force:org",
|
257
|
+
"create:snapshot:org:force"
|
118
258
|
],
|
119
259
|
"permutations": [
|
120
|
-
"org:
|
121
|
-
"
|
122
|
-
"
|
123
|
-
"org:snapshot:
|
124
|
-
"snapshot:org:
|
125
|
-
"snapshot:
|
260
|
+
"org:create:snapshot",
|
261
|
+
"create:org:snapshot",
|
262
|
+
"create:snapshot:org",
|
263
|
+
"org:snapshot:create",
|
264
|
+
"snapshot:org:create",
|
265
|
+
"snapshot:create:org"
|
126
266
|
]
|
127
267
|
},
|
128
268
|
"org:delete:shape": {
|
@@ -384,131 +524,16 @@
|
|
384
524
|
"snapshot:delete:org"
|
385
525
|
]
|
386
526
|
},
|
387
|
-
"org:
|
388
|
-
"aliases": [
|
389
|
-
"force:org:shape:create"
|
390
|
-
],
|
391
|
-
"args": {},
|
392
|
-
"deprecateAliases": true,
|
393
|
-
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
394
|
-
"examples": [
|
395
|
-
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
396
|
-
],
|
397
|
-
"flags": {
|
398
|
-
"json": {
|
399
|
-
"description": "Format output as json.",
|
400
|
-
"helpGroup": "GLOBAL",
|
401
|
-
"name": "json",
|
402
|
-
"allowNo": false,
|
403
|
-
"type": "boolean"
|
404
|
-
},
|
405
|
-
"flags-dir": {
|
406
|
-
"helpGroup": "GLOBAL",
|
407
|
-
"name": "flags-dir",
|
408
|
-
"summary": "Import flag values from a directory.",
|
409
|
-
"hasDynamicHelp": false,
|
410
|
-
"multiple": false,
|
411
|
-
"type": "option"
|
412
|
-
},
|
413
|
-
"target-org": {
|
414
|
-
"aliases": [
|
415
|
-
"targetusername",
|
416
|
-
"u"
|
417
|
-
],
|
418
|
-
"char": "o",
|
419
|
-
"deprecateAliases": true,
|
420
|
-
"name": "target-org",
|
421
|
-
"noCacheDefault": true,
|
422
|
-
"required": true,
|
423
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
424
|
-
"hasDynamicHelp": true,
|
425
|
-
"multiple": false,
|
426
|
-
"type": "option"
|
427
|
-
},
|
428
|
-
"api-version": {
|
429
|
-
"aliases": [
|
430
|
-
"apiversion"
|
431
|
-
],
|
432
|
-
"deprecateAliases": true,
|
433
|
-
"description": "Override the api version used for api requests made by this command",
|
434
|
-
"name": "api-version",
|
435
|
-
"hasDynamicHelp": false,
|
436
|
-
"multiple": false,
|
437
|
-
"type": "option"
|
438
|
-
},
|
439
|
-
"loglevel": {
|
440
|
-
"deprecated": {
|
441
|
-
"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."
|
442
|
-
},
|
443
|
-
"hidden": true,
|
444
|
-
"name": "loglevel",
|
445
|
-
"hasDynamicHelp": false,
|
446
|
-
"multiple": false,
|
447
|
-
"type": "option"
|
448
|
-
}
|
449
|
-
},
|
450
|
-
"hasDynamicHelp": true,
|
451
|
-
"hiddenAliases": [],
|
452
|
-
"id": "org:create:shape",
|
453
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
454
|
-
"pluginName": "@salesforce/plugin-signups",
|
455
|
-
"pluginType": "core",
|
456
|
-
"strict": true,
|
457
|
-
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
458
|
-
"enableJsonFlag": true,
|
459
|
-
"isESM": true,
|
460
|
-
"relativePath": [
|
461
|
-
"lib",
|
462
|
-
"commands",
|
463
|
-
"org",
|
464
|
-
"create",
|
465
|
-
"shape.js"
|
466
|
-
],
|
467
|
-
"aliasPermutations": [
|
468
|
-
"force:org:shape:create",
|
469
|
-
"org:force:shape:create",
|
470
|
-
"org:shape:force:create",
|
471
|
-
"org:shape:create:force",
|
472
|
-
"force:shape:org:create",
|
473
|
-
"shape:force:org:create",
|
474
|
-
"shape:org:force:create",
|
475
|
-
"shape:org:create:force",
|
476
|
-
"force:shape:create:org",
|
477
|
-
"shape:force:create:org",
|
478
|
-
"shape:create:force:org",
|
479
|
-
"shape:create:org:force",
|
480
|
-
"force:org:create:shape",
|
481
|
-
"org:force:create:shape",
|
482
|
-
"org:create:force:shape",
|
483
|
-
"org:create:shape:force",
|
484
|
-
"force:create:org:shape",
|
485
|
-
"create:force:org:shape",
|
486
|
-
"create:org:force:shape",
|
487
|
-
"create:org:shape:force",
|
488
|
-
"force:create:shape:org",
|
489
|
-
"create:force:shape:org",
|
490
|
-
"create:shape:force:org",
|
491
|
-
"create:shape:org:force"
|
492
|
-
],
|
493
|
-
"permutations": [
|
494
|
-
"org:create:shape",
|
495
|
-
"create:org:shape",
|
496
|
-
"create:shape:org",
|
497
|
-
"org:shape:create",
|
498
|
-
"shape:org:create",
|
499
|
-
"shape:create:org"
|
500
|
-
]
|
501
|
-
},
|
502
|
-
"org:create:snapshot": {
|
527
|
+
"org:get:snapshot": {
|
503
528
|
"aliases": [
|
504
|
-
"force:org:snapshot:
|
529
|
+
"force:org:snapshot:get"
|
505
530
|
],
|
506
531
|
"args": {},
|
507
532
|
"deprecateAliases": true,
|
508
|
-
"description": "
|
533
|
+
"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\".",
|
509
534
|
"examples": [
|
510
|
-
"
|
511
|
-
"
|
535
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
536
|
+
"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"
|
512
537
|
],
|
513
538
|
"flags": {
|
514
539
|
"json": {
|
@@ -561,37 +586,12 @@
|
|
561
586
|
"multiple": false,
|
562
587
|
"type": "option"
|
563
588
|
},
|
564
|
-
"
|
565
|
-
"
|
566
|
-
|
567
|
-
|
568
|
-
"char": "o",
|
569
|
-
"deprecateAliases": true,
|
570
|
-
"name": "source-org",
|
571
|
-
"required": true,
|
572
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
573
|
-
"hasDynamicHelp": false,
|
574
|
-
"multiple": false,
|
575
|
-
"type": "option"
|
576
|
-
},
|
577
|
-
"name": {
|
578
|
-
"aliases": [
|
579
|
-
"snapshotname"
|
580
|
-
],
|
581
|
-
"char": "n",
|
582
|
-
"deprecateAliases": true,
|
583
|
-
"name": "name",
|
589
|
+
"snapshot": {
|
590
|
+
"char": "s",
|
591
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
592
|
+
"name": "snapshot",
|
584
593
|
"required": true,
|
585
|
-
"summary": "
|
586
|
-
"hasDynamicHelp": false,
|
587
|
-
"multiple": false,
|
588
|
-
"type": "option"
|
589
|
-
},
|
590
|
-
"description": {
|
591
|
-
"char": "d",
|
592
|
-
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
593
|
-
"name": "description",
|
594
|
-
"summary": "Description of snapshot.",
|
594
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
595
595
|
"hasDynamicHelp": false,
|
596
596
|
"multiple": false,
|
597
597
|
"type": "option"
|
@@ -599,54 +599,54 @@
|
|
599
599
|
},
|
600
600
|
"hasDynamicHelp": true,
|
601
601
|
"hiddenAliases": [],
|
602
|
-
"id": "org:
|
602
|
+
"id": "org:get:snapshot",
|
603
603
|
"pluginAlias": "@salesforce/plugin-signups",
|
604
604
|
"pluginName": "@salesforce/plugin-signups",
|
605
605
|
"pluginType": "core",
|
606
606
|
"strict": true,
|
607
|
-
"summary": "
|
607
|
+
"summary": "Get details about a scratch org snapshot.",
|
608
608
|
"enableJsonFlag": true,
|
609
609
|
"isESM": true,
|
610
610
|
"relativePath": [
|
611
611
|
"lib",
|
612
612
|
"commands",
|
613
613
|
"org",
|
614
|
-
"
|
614
|
+
"get",
|
615
615
|
"snapshot.js"
|
616
616
|
],
|
617
617
|
"aliasPermutations": [
|
618
|
-
"force:org:snapshot:
|
619
|
-
"org:force:snapshot:
|
620
|
-
"org:snapshot:force:
|
621
|
-
"org:snapshot:
|
622
|
-
"force:snapshot:org:
|
623
|
-
"snapshot:force:org:
|
624
|
-
"snapshot:org:force:
|
625
|
-
"snapshot:org:
|
626
|
-
"force:snapshot:
|
627
|
-
"snapshot:force:
|
628
|
-
"snapshot:
|
629
|
-
"snapshot:
|
630
|
-
"force:org:
|
631
|
-
"org:force:
|
632
|
-
"org:
|
633
|
-
"org:
|
634
|
-
"force:
|
635
|
-
"
|
636
|
-
"
|
637
|
-
"
|
638
|
-
"force:
|
639
|
-
"
|
640
|
-
"
|
641
|
-
"
|
618
|
+
"force:org:snapshot:get",
|
619
|
+
"org:force:snapshot:get",
|
620
|
+
"org:snapshot:force:get",
|
621
|
+
"org:snapshot:get:force",
|
622
|
+
"force:snapshot:org:get",
|
623
|
+
"snapshot:force:org:get",
|
624
|
+
"snapshot:org:force:get",
|
625
|
+
"snapshot:org:get:force",
|
626
|
+
"force:snapshot:get:org",
|
627
|
+
"snapshot:force:get:org",
|
628
|
+
"snapshot:get:force:org",
|
629
|
+
"snapshot:get:org:force",
|
630
|
+
"force:org:get:snapshot",
|
631
|
+
"org:force:get:snapshot",
|
632
|
+
"org:get:force:snapshot",
|
633
|
+
"org:get:snapshot:force",
|
634
|
+
"force:get:org:snapshot",
|
635
|
+
"get:force:org:snapshot",
|
636
|
+
"get:org:force:snapshot",
|
637
|
+
"get:org:snapshot:force",
|
638
|
+
"force:get:snapshot:org",
|
639
|
+
"get:force:snapshot:org",
|
640
|
+
"get:snapshot:force:org",
|
641
|
+
"get:snapshot:org:force"
|
642
642
|
],
|
643
643
|
"permutations": [
|
644
|
-
"org:
|
645
|
-
"
|
646
|
-
"
|
647
|
-
"org:snapshot:
|
648
|
-
"snapshot:org:
|
649
|
-
"snapshot:
|
644
|
+
"org:get:snapshot",
|
645
|
+
"get:org:snapshot",
|
646
|
+
"get:snapshot:org",
|
647
|
+
"org:snapshot:get",
|
648
|
+
"snapshot:org:get",
|
649
|
+
"snapshot:get:org"
|
650
650
|
]
|
651
651
|
},
|
652
652
|
"org:list:shape": {
|
@@ -862,5 +862,5 @@
|
|
862
862
|
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.12"
|
866
866
|
}
|
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
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.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": "^8.8.0",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
11
|
+
"@salesforce/sf-plugins-core": "^12.1.3",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
@@ -219,7 +219,7 @@
|
|
219
219
|
"exports": "./lib/index.js",
|
220
220
|
"type": "module",
|
221
221
|
"sfdx": {
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.12.crt",
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.12.sig"
|
224
224
|
}
|
225
225
|
}
|