@salesforce/plugin-signups 2.6.16 → 2.6.18
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 +15 -15
- package/oclif.lock +14 -14
- package/oclif.manifest.json +203 -203
- package/package.json +5 -5
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.18/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.18/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.18/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.18/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.18/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.18/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.18/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.18",
|
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.18",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.8.
|
13
|
+
"@salesforce/core": "^8.8.5",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
16
16
|
"change-case": "^5.4.4"
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.5.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
30
|
"oclif": "^4.17.30",
|
31
31
|
"ts-node": "^10.9.2",
|
@@ -2968,13 +2968,13 @@
|
|
2968
2968
|
}
|
2969
2969
|
},
|
2970
2970
|
"node_modules/@oclif/core": {
|
2971
|
-
"version": "4.2.
|
2972
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
2973
|
-
"integrity": "sha512-
|
2971
|
+
"version": "4.2.8",
|
2972
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.8.tgz",
|
2973
|
+
"integrity": "sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==",
|
2974
2974
|
"license": "MIT",
|
2975
2975
|
"dependencies": {
|
2976
2976
|
"ansi-escapes": "^4.3.2",
|
2977
|
-
"ansis": "^3.
|
2977
|
+
"ansis": "^3.16.0",
|
2978
2978
|
"clean-stack": "^3.0.1",
|
2979
2979
|
"cli-spinners": "^2.9.2",
|
2980
2980
|
"debug": "^4.4.0",
|
@@ -3495,9 +3495,9 @@
|
|
3495
3495
|
}
|
3496
3496
|
},
|
3497
3497
|
"node_modules/@salesforce/core": {
|
3498
|
-
"version": "8.8.
|
3499
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
3500
|
-
"integrity": "sha512-
|
3498
|
+
"version": "8.8.5",
|
3499
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.5.tgz",
|
3500
|
+
"integrity": "sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==",
|
3501
3501
|
"license": "BSD-3-Clause",
|
3502
3502
|
"dependencies": {
|
3503
3503
|
"@jsforce/jsforce-node": "^3.6.5",
|
@@ -7321,13 +7321,13 @@
|
|
7321
7321
|
}
|
7322
7322
|
},
|
7323
7323
|
"node_modules/eslint-plugin-sf-plugin": {
|
7324
|
-
"version": "1.20.
|
7325
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
7326
|
-
"integrity": "sha512-
|
7324
|
+
"version": "1.20.15",
|
7325
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
|
7326
|
+
"integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
|
7327
7327
|
"dev": true,
|
7328
7328
|
"license": "BSD-3-Clause",
|
7329
7329
|
"dependencies": {
|
7330
|
-
"@salesforce/core": "^8.8.
|
7330
|
+
"@salesforce/core": "^8.8.3",
|
7331
7331
|
"@typescript-eslint/utils": "^7.18.0"
|
7332
7332
|
},
|
7333
7333
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1327,12 +1327,12 @@
|
|
1327
1327
|
fastq "^1.6.0"
|
1328
1328
|
|
1329
1329
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
|
1330
|
-
version "4.2.
|
1331
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
1332
|
-
integrity sha512-
|
1330
|
+
version "4.2.8"
|
1331
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
|
1332
|
+
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
|
1333
1333
|
dependencies:
|
1334
1334
|
ansi-escapes "^4.3.2"
|
1335
|
-
ansis "^3.
|
1335
|
+
ansis "^3.16.0"
|
1336
1336
|
clean-stack "^3.0.1"
|
1337
1337
|
cli-spinners "^2.9.2"
|
1338
1338
|
debug "^4.4.0"
|
@@ -1451,10 +1451,10 @@
|
|
1451
1451
|
strip-ansi "6.0.1"
|
1452
1452
|
ts-retry-promise "^0.8.1"
|
1453
1453
|
|
1454
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.
|
1455
|
-
version "8.8.
|
1456
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
1457
|
-
integrity sha512-
|
1454
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.5":
|
1455
|
+
version "8.8.5"
|
1456
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.5.tgz#4004e22523e4e45b42631733d06dc8aec9fdc23d"
|
1457
|
+
integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==
|
1458
1458
|
dependencies:
|
1459
1459
|
"@jsforce/jsforce-node" "^3.6.5"
|
1460
1460
|
"@salesforce/kit" "^3.2.2"
|
@@ -2585,7 +2585,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
2585
2585
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
2586
2586
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
2587
2587
|
|
2588
|
-
ansis@^3.
|
2588
|
+
ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
|
2589
2589
|
version "3.16.0"
|
2590
2590
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
|
2591
2591
|
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
|
@@ -3793,12 +3793,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
3793
3793
|
semver "^7.5.4"
|
3794
3794
|
spdx-expression-parse "^4.0.0"
|
3795
3795
|
|
3796
|
-
eslint-plugin-sf-plugin@^1.20.
|
3797
|
-
version "1.20.
|
3798
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
3799
|
-
integrity sha512-
|
3796
|
+
eslint-plugin-sf-plugin@^1.20.15:
|
3797
|
+
version "1.20.15"
|
3798
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
|
3799
|
+
integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
|
3800
3800
|
dependencies:
|
3801
|
-
"@salesforce/core" "^8.8.
|
3801
|
+
"@salesforce/core" "^8.8.3"
|
3802
3802
|
"@typescript-eslint/utils" "^7.18.0"
|
3803
3803
|
|
3804
3804
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
3
|
+
"org:delete:shape": {
|
4
4
|
"aliases": [
|
5
|
-
"force:org:shape:
|
5
|
+
"force:org:shape:delete"
|
6
6
|
],
|
7
7
|
"args": {},
|
8
8
|
"deprecateAliases": true,
|
9
|
-
"description": "
|
9
|
+
"description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
|
10
10
|
"examples": [
|
11
|
-
"
|
11
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
12
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
12
13
|
],
|
13
14
|
"flags": {
|
14
15
|
"json": {
|
@@ -61,70 +62,81 @@
|
|
61
62
|
"hasDynamicHelp": false,
|
62
63
|
"multiple": false,
|
63
64
|
"type": "option"
|
65
|
+
},
|
66
|
+
"no-prompt": {
|
67
|
+
"aliases": [
|
68
|
+
"noprompt"
|
69
|
+
],
|
70
|
+
"char": "p",
|
71
|
+
"deprecateAliases": true,
|
72
|
+
"name": "no-prompt",
|
73
|
+
"summary": "Don't prompt for confirmation.",
|
74
|
+
"allowNo": false,
|
75
|
+
"type": "boolean"
|
64
76
|
}
|
65
77
|
},
|
66
78
|
"hasDynamicHelp": true,
|
67
79
|
"hiddenAliases": [],
|
68
|
-
"id": "org:
|
80
|
+
"id": "org:delete:shape",
|
69
81
|
"pluginAlias": "@salesforce/plugin-signups",
|
70
82
|
"pluginName": "@salesforce/plugin-signups",
|
71
83
|
"pluginType": "core",
|
72
84
|
"strict": true,
|
73
|
-
"summary": "
|
85
|
+
"summary": "Delete all org shapes for a target org.",
|
74
86
|
"enableJsonFlag": true,
|
75
87
|
"isESM": true,
|
76
88
|
"relativePath": [
|
77
89
|
"lib",
|
78
90
|
"commands",
|
79
91
|
"org",
|
80
|
-
"
|
92
|
+
"delete",
|
81
93
|
"shape.js"
|
82
94
|
],
|
83
95
|
"aliasPermutations": [
|
84
|
-
"force:org:shape:
|
85
|
-
"org:force:shape:
|
86
|
-
"org:shape:force:
|
87
|
-
"org:shape:
|
88
|
-
"force:shape:org:
|
89
|
-
"shape:force:org:
|
90
|
-
"shape:org:force:
|
91
|
-
"shape:org:
|
92
|
-
"force:shape:
|
93
|
-
"shape:force:
|
94
|
-
"shape:
|
95
|
-
"shape:
|
96
|
-
"force:org:
|
97
|
-
"org:force:
|
98
|
-
"org:
|
99
|
-
"org:
|
100
|
-
"force:
|
101
|
-
"
|
102
|
-
"
|
103
|
-
"
|
104
|
-
"force:
|
105
|
-
"
|
106
|
-
"
|
107
|
-
"
|
96
|
+
"force:org:shape:delete",
|
97
|
+
"org:force:shape:delete",
|
98
|
+
"org:shape:force:delete",
|
99
|
+
"org:shape:delete:force",
|
100
|
+
"force:shape:org:delete",
|
101
|
+
"shape:force:org:delete",
|
102
|
+
"shape:org:force:delete",
|
103
|
+
"shape:org:delete:force",
|
104
|
+
"force:shape:delete:org",
|
105
|
+
"shape:force:delete:org",
|
106
|
+
"shape:delete:force:org",
|
107
|
+
"shape:delete:org:force",
|
108
|
+
"force:org:delete:shape",
|
109
|
+
"org:force:delete:shape",
|
110
|
+
"org:delete:force:shape",
|
111
|
+
"org:delete:shape:force",
|
112
|
+
"force:delete:org:shape",
|
113
|
+
"delete:force:org:shape",
|
114
|
+
"delete:org:force:shape",
|
115
|
+
"delete:org:shape:force",
|
116
|
+
"force:delete:shape:org",
|
117
|
+
"delete:force:shape:org",
|
118
|
+
"delete:shape:force:org",
|
119
|
+
"delete:shape:org:force"
|
108
120
|
],
|
109
121
|
"permutations": [
|
110
|
-
"org:
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"org:shape:
|
114
|
-
"shape:org:
|
115
|
-
"shape:
|
122
|
+
"org:delete:shape",
|
123
|
+
"delete:org:shape",
|
124
|
+
"delete:shape:org",
|
125
|
+
"org:shape:delete",
|
126
|
+
"shape:org:delete",
|
127
|
+
"shape:delete:org"
|
116
128
|
]
|
117
129
|
},
|
118
|
-
"org:
|
130
|
+
"org:delete:snapshot": {
|
119
131
|
"aliases": [
|
120
|
-
"force:org:snapshot:
|
132
|
+
"force:org:snapshot:delete"
|
121
133
|
],
|
122
134
|
"args": {},
|
123
135
|
"deprecateAliases": true,
|
124
|
-
"description": "
|
136
|
+
"description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
|
125
137
|
"examples": [
|
126
|
-
"
|
127
|
-
"
|
138
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
139
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
128
140
|
],
|
129
141
|
"flags": {
|
130
142
|
"json": {
|
@@ -177,92 +189,74 @@
|
|
177
189
|
"multiple": false,
|
178
190
|
"type": "option"
|
179
191
|
},
|
180
|
-
"
|
181
|
-
"
|
182
|
-
|
183
|
-
|
184
|
-
"char": "o",
|
185
|
-
"deprecateAliases": true,
|
186
|
-
"name": "source-org",
|
187
|
-
"required": true,
|
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",
|
192
|
+
"snapshot": {
|
193
|
+
"char": "s",
|
194
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
195
|
+
"name": "snapshot",
|
200
196
|
"required": true,
|
201
|
-
"summary": "
|
197
|
+
"summary": "Name or ID of snapshot to delete.",
|
202
198
|
"hasDynamicHelp": false,
|
203
199
|
"multiple": false,
|
204
200
|
"type": "option"
|
205
201
|
},
|
206
|
-
"
|
207
|
-
"char": "
|
208
|
-
"
|
209
|
-
"
|
210
|
-
"
|
211
|
-
"
|
212
|
-
"multiple": false,
|
213
|
-
"type": "option"
|
202
|
+
"no-prompt": {
|
203
|
+
"char": "p",
|
204
|
+
"name": "no-prompt",
|
205
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
206
|
+
"allowNo": false,
|
207
|
+
"type": "boolean"
|
214
208
|
}
|
215
209
|
},
|
216
210
|
"hasDynamicHelp": true,
|
217
211
|
"hiddenAliases": [],
|
218
|
-
"id": "org:
|
212
|
+
"id": "org:delete:snapshot",
|
219
213
|
"pluginAlias": "@salesforce/plugin-signups",
|
220
214
|
"pluginName": "@salesforce/plugin-signups",
|
221
215
|
"pluginType": "core",
|
222
216
|
"strict": true,
|
223
|
-
"summary": "
|
217
|
+
"summary": "Delete a scratch org snapshot.",
|
224
218
|
"enableJsonFlag": true,
|
225
219
|
"isESM": true,
|
226
220
|
"relativePath": [
|
227
221
|
"lib",
|
228
222
|
"commands",
|
229
223
|
"org",
|
230
|
-
"
|
224
|
+
"delete",
|
231
225
|
"snapshot.js"
|
232
226
|
],
|
233
227
|
"aliasPermutations": [
|
234
|
-
"force:org:snapshot:
|
235
|
-
"org:force:snapshot:
|
236
|
-
"org:snapshot:force:
|
237
|
-
"org:snapshot:
|
238
|
-
"force:snapshot:org:
|
239
|
-
"snapshot:force:org:
|
240
|
-
"snapshot:org:force:
|
241
|
-
"snapshot:org:
|
242
|
-
"force:snapshot:
|
243
|
-
"snapshot:force:
|
244
|
-
"snapshot:
|
245
|
-
"snapshot:
|
246
|
-
"force:org:
|
247
|
-
"org:force:
|
248
|
-
"org:
|
249
|
-
"org:
|
250
|
-
"force:
|
251
|
-
"
|
252
|
-
"
|
253
|
-
"
|
254
|
-
"force:
|
255
|
-
"
|
256
|
-
"
|
257
|
-
"
|
228
|
+
"force:org:snapshot:delete",
|
229
|
+
"org:force:snapshot:delete",
|
230
|
+
"org:snapshot:force:delete",
|
231
|
+
"org:snapshot:delete:force",
|
232
|
+
"force:snapshot:org:delete",
|
233
|
+
"snapshot:force:org:delete",
|
234
|
+
"snapshot:org:force:delete",
|
235
|
+
"snapshot:org:delete:force",
|
236
|
+
"force:snapshot:delete:org",
|
237
|
+
"snapshot:force:delete:org",
|
238
|
+
"snapshot:delete:force:org",
|
239
|
+
"snapshot:delete:org:force",
|
240
|
+
"force:org:delete:snapshot",
|
241
|
+
"org:force:delete:snapshot",
|
242
|
+
"org:delete:force:snapshot",
|
243
|
+
"org:delete:snapshot:force",
|
244
|
+
"force:delete:org:snapshot",
|
245
|
+
"delete:force:org:snapshot",
|
246
|
+
"delete:org:force:snapshot",
|
247
|
+
"delete:org:snapshot:force",
|
248
|
+
"force:delete:snapshot:org",
|
249
|
+
"delete:force:snapshot:org",
|
250
|
+
"delete:snapshot:force:org",
|
251
|
+
"delete:snapshot:org:force"
|
258
252
|
],
|
259
253
|
"permutations": [
|
260
|
-
"org:
|
261
|
-
"
|
262
|
-
"
|
263
|
-
"org:snapshot:
|
264
|
-
"snapshot:org:
|
265
|
-
"snapshot:
|
254
|
+
"org:delete:snapshot",
|
255
|
+
"delete:org:snapshot",
|
256
|
+
"delete:snapshot:org",
|
257
|
+
"org:snapshot:delete",
|
258
|
+
"snapshot:org:delete",
|
259
|
+
"snapshot:delete:org"
|
266
260
|
]
|
267
261
|
},
|
268
262
|
"org:get:snapshot": {
|
@@ -390,16 +384,15 @@
|
|
390
384
|
"snapshot:get:org"
|
391
385
|
]
|
392
386
|
},
|
393
|
-
"org:
|
387
|
+
"org:create:shape": {
|
394
388
|
"aliases": [
|
395
|
-
"force:org:shape:
|
389
|
+
"force:org:shape:create"
|
396
390
|
],
|
397
391
|
"args": {},
|
398
392
|
"deprecateAliases": true,
|
399
|
-
"description": "
|
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.",
|
400
394
|
"examples": [
|
401
|
-
"
|
402
|
-
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
395
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
403
396
|
],
|
404
397
|
"flags": {
|
405
398
|
"json": {
|
@@ -452,81 +445,70 @@
|
|
452
445
|
"hasDynamicHelp": false,
|
453
446
|
"multiple": false,
|
454
447
|
"type": "option"
|
455
|
-
},
|
456
|
-
"no-prompt": {
|
457
|
-
"aliases": [
|
458
|
-
"noprompt"
|
459
|
-
],
|
460
|
-
"char": "p",
|
461
|
-
"deprecateAliases": true,
|
462
|
-
"name": "no-prompt",
|
463
|
-
"summary": "Don't prompt for confirmation.",
|
464
|
-
"allowNo": false,
|
465
|
-
"type": "boolean"
|
466
448
|
}
|
467
449
|
},
|
468
450
|
"hasDynamicHelp": true,
|
469
451
|
"hiddenAliases": [],
|
470
|
-
"id": "org:
|
452
|
+
"id": "org:create:shape",
|
471
453
|
"pluginAlias": "@salesforce/plugin-signups",
|
472
454
|
"pluginName": "@salesforce/plugin-signups",
|
473
455
|
"pluginType": "core",
|
474
456
|
"strict": true,
|
475
|
-
"summary": "
|
457
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
476
458
|
"enableJsonFlag": true,
|
477
459
|
"isESM": true,
|
478
460
|
"relativePath": [
|
479
461
|
"lib",
|
480
462
|
"commands",
|
481
463
|
"org",
|
482
|
-
"
|
464
|
+
"create",
|
483
465
|
"shape.js"
|
484
466
|
],
|
485
467
|
"aliasPermutations": [
|
486
|
-
"force:org:shape:
|
487
|
-
"org:force:shape:
|
488
|
-
"org:shape:force:
|
489
|
-
"org:shape:
|
490
|
-
"force:shape:org:
|
491
|
-
"shape:force:org:
|
492
|
-
"shape:org:force:
|
493
|
-
"shape:org:
|
494
|
-
"force:shape:
|
495
|
-
"shape:force:
|
496
|
-
"shape:
|
497
|
-
"shape:
|
498
|
-
"force:org:
|
499
|
-
"org:force:
|
500
|
-
"org:
|
501
|
-
"org:
|
502
|
-
"force:
|
503
|
-
"
|
504
|
-
"
|
505
|
-
"
|
506
|
-
"force:
|
507
|
-
"
|
508
|
-
"
|
509
|
-
"
|
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"
|
510
492
|
],
|
511
493
|
"permutations": [
|
512
|
-
"org:
|
513
|
-
"
|
514
|
-
"
|
515
|
-
"org:shape:
|
516
|
-
"shape:org:
|
517
|
-
"shape:
|
494
|
+
"org:create:shape",
|
495
|
+
"create:org:shape",
|
496
|
+
"create:shape:org",
|
497
|
+
"org:shape:create",
|
498
|
+
"shape:org:create",
|
499
|
+
"shape:create:org"
|
518
500
|
]
|
519
501
|
},
|
520
|
-
"org:
|
502
|
+
"org:create:snapshot": {
|
521
503
|
"aliases": [
|
522
|
-
"force:org:snapshot:
|
504
|
+
"force:org:snapshot:create"
|
523
505
|
],
|
524
506
|
"args": {},
|
525
507
|
"deprecateAliases": true,
|
526
|
-
"description": "
|
508
|
+
"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.",
|
527
509
|
"examples": [
|
528
|
-
"
|
529
|
-
"
|
510
|
+
"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'",
|
511
|
+
"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"
|
530
512
|
],
|
531
513
|
"flags": {
|
532
514
|
"json": {
|
@@ -579,74 +561,92 @@
|
|
579
561
|
"multiple": false,
|
580
562
|
"type": "option"
|
581
563
|
},
|
582
|
-
"
|
583
|
-
"
|
584
|
-
|
585
|
-
|
564
|
+
"source-org": {
|
565
|
+
"aliases": [
|
566
|
+
"sourceorg"
|
567
|
+
],
|
568
|
+
"char": "o",
|
569
|
+
"deprecateAliases": true,
|
570
|
+
"name": "source-org",
|
586
571
|
"required": true,
|
587
|
-
"summary": "
|
572
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
588
573
|
"hasDynamicHelp": false,
|
589
574
|
"multiple": false,
|
590
575
|
"type": "option"
|
591
576
|
},
|
592
|
-
"
|
593
|
-
"
|
594
|
-
|
595
|
-
|
596
|
-
"
|
597
|
-
"
|
577
|
+
"name": {
|
578
|
+
"aliases": [
|
579
|
+
"snapshotname"
|
580
|
+
],
|
581
|
+
"char": "n",
|
582
|
+
"deprecateAliases": true,
|
583
|
+
"name": "name",
|
584
|
+
"required": true,
|
585
|
+
"summary": "Unique name of snapshot.",
|
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.",
|
595
|
+
"hasDynamicHelp": false,
|
596
|
+
"multiple": false,
|
597
|
+
"type": "option"
|
598
598
|
}
|
599
599
|
},
|
600
600
|
"hasDynamicHelp": true,
|
601
601
|
"hiddenAliases": [],
|
602
|
-
"id": "org:
|
602
|
+
"id": "org:create: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": "Create a snapshot of a scratch org.",
|
608
608
|
"enableJsonFlag": true,
|
609
609
|
"isESM": true,
|
610
610
|
"relativePath": [
|
611
611
|
"lib",
|
612
612
|
"commands",
|
613
613
|
"org",
|
614
|
-
"
|
614
|
+
"create",
|
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:create",
|
619
|
+
"org:force:snapshot:create",
|
620
|
+
"org:snapshot:force:create",
|
621
|
+
"org:snapshot:create:force",
|
622
|
+
"force:snapshot:org:create",
|
623
|
+
"snapshot:force:org:create",
|
624
|
+
"snapshot:org:force:create",
|
625
|
+
"snapshot:org:create:force",
|
626
|
+
"force:snapshot:create:org",
|
627
|
+
"snapshot:force:create:org",
|
628
|
+
"snapshot:create:force:org",
|
629
|
+
"snapshot:create:org:force",
|
630
|
+
"force:org:create:snapshot",
|
631
|
+
"org:force:create:snapshot",
|
632
|
+
"org:create:force:snapshot",
|
633
|
+
"org:create:snapshot:force",
|
634
|
+
"force:create:org:snapshot",
|
635
|
+
"create:force:org:snapshot",
|
636
|
+
"create:org:force:snapshot",
|
637
|
+
"create:org:snapshot:force",
|
638
|
+
"force:create:snapshot:org",
|
639
|
+
"create:force:snapshot:org",
|
640
|
+
"create:snapshot:force:org",
|
641
|
+
"create:snapshot:org:force"
|
642
642
|
],
|
643
643
|
"permutations": [
|
644
|
-
"org:
|
645
|
-
"
|
646
|
-
"
|
647
|
-
"org:snapshot:
|
648
|
-
"snapshot:org:
|
649
|
-
"snapshot:
|
644
|
+
"org:create:snapshot",
|
645
|
+
"create:org:snapshot",
|
646
|
+
"create:snapshot:org",
|
647
|
+
"org:snapshot:create",
|
648
|
+
"snapshot:org:create",
|
649
|
+
"snapshot:create: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.18"
|
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.18",
|
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.8.
|
9
|
+
"@salesforce/core": "^8.8.5",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
12
12
|
"change-case": "^5.4.4"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.5.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
26
|
"oclif": "^4.17.30",
|
27
27
|
"ts-node": "^10.9.2",
|
@@ -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.18.crt",
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.18.sig"
|
224
224
|
}
|
225
225
|
}
|