@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 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.16/src/commands/org/create/shape.ts)_
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.16/src/commands/org/create/snapshot.ts)_
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.16/src/commands/org/delete/shape.ts)_
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.16/src/commands/org/delete/snapshot.ts)_
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.16/src/commands/org/get/snapshot.ts)_
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.16/src/commands/org/list/shape.ts)_
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.16/src/commands/org/list/snapshot.ts)_
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 -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.16",
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.16",
9
+ "version": "2.6.18",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.8.4",
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.14",
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.7",
2972
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.7.tgz",
2973
- "integrity": "sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==",
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.14.0",
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.4",
3499
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.4.tgz",
3500
- "integrity": "sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==",
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.14",
7325
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz",
7326
- "integrity": "sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==",
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.2",
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.7"
1331
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.7.tgz#ca9d79454bc356218c8a5563728e831a972b751e"
1332
- integrity sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==
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.14.0"
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.4":
1455
- version "8.8.4"
1456
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.4.tgz#1995d387a62c48810b4e0a66c68192ccdcf8001f"
1457
- integrity sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==
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.14.0, ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
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.14:
3797
- version "1.20.14"
3798
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz#85c3821a5d62785a2c8af45e6ed4955f6eb83906"
3799
- integrity sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==
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.2"
3801
+ "@salesforce/core" "^8.8.3"
3802
3802
  "@typescript-eslint/utils" "^7.18.0"
3803
3803
 
3804
3804
  eslint-plugin-unicorn@^50.0.1:
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "commands": {
3
- "org:create:shape": {
3
+ "org:delete:shape": {
4
4
  "aliases": [
5
- "force:org:shape:create"
5
+ "force:org:shape:delete"
6
6
  ],
7
7
  "args": {},
8
8
  "deprecateAliases": true,
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.",
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
- "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
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:create:shape",
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": "Create a scratch org configuration (shape) based on the specified source org.",
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
- "create",
92
+ "delete",
81
93
  "shape.js"
82
94
  ],
83
95
  "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"
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:create:shape",
111
- "create:org:shape",
112
- "create:shape:org",
113
- "org:shape:create",
114
- "shape:org:create",
115
- "shape:create:org"
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:create:snapshot": {
130
+ "org:delete:snapshot": {
119
131
  "aliases": [
120
- "force:org:snapshot:create"
132
+ "force:org:snapshot:delete"
121
133
  ],
122
134
  "args": {},
123
135
  "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.",
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
- "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"
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
- "source-org": {
181
- "aliases": [
182
- "sourceorg"
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": "Unique name of snapshot.",
197
+ "summary": "Name or ID of snapshot to delete.",
202
198
  "hasDynamicHelp": false,
203
199
  "multiple": false,
204
200
  "type": "option"
205
201
  },
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.",
211
- "hasDynamicHelp": false,
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:create:snapshot",
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": "Create a snapshot of a scratch org.",
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
- "create",
224
+ "delete",
231
225
  "snapshot.js"
232
226
  ],
233
227
  "aliasPermutations": [
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"
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:create:snapshot",
261
- "create:org:snapshot",
262
- "create:snapshot:org",
263
- "org:snapshot:create",
264
- "snapshot:org:create",
265
- "snapshot:create:org"
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:delete:shape": {
387
+ "org:create:shape": {
394
388
  "aliases": [
395
- "force:org:shape:delete"
389
+ "force:org:shape:create"
396
390
  ],
397
391
  "args": {},
398
392
  "deprecateAliases": true,
399
- "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.",
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
- "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
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:delete:shape",
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": "Delete all org shapes for a target org.",
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
- "delete",
464
+ "create",
483
465
  "shape.js"
484
466
  ],
485
467
  "aliasPermutations": [
486
- "force:org:shape:delete",
487
- "org:force:shape:delete",
488
- "org:shape:force:delete",
489
- "org:shape:delete:force",
490
- "force:shape:org:delete",
491
- "shape:force:org:delete",
492
- "shape:org:force:delete",
493
- "shape:org:delete:force",
494
- "force:shape:delete:org",
495
- "shape:force:delete:org",
496
- "shape:delete:force:org",
497
- "shape:delete:org:force",
498
- "force:org:delete:shape",
499
- "org:force:delete:shape",
500
- "org:delete:force:shape",
501
- "org:delete:shape:force",
502
- "force:delete:org:shape",
503
- "delete:force:org:shape",
504
- "delete:org:force:shape",
505
- "delete:org:shape:force",
506
- "force:delete:shape:org",
507
- "delete:force:shape:org",
508
- "delete:shape:force:org",
509
- "delete:shape:org:force"
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:delete:shape",
513
- "delete:org:shape",
514
- "delete:shape:org",
515
- "org:shape:delete",
516
- "shape:org:delete",
517
- "shape:delete:org"
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:delete:snapshot": {
502
+ "org:create:snapshot": {
521
503
  "aliases": [
522
- "force:org:snapshot:delete"
504
+ "force:org:snapshot:create"
523
505
  ],
524
506
  "args": {},
525
507
  "deprecateAliases": true,
526
- "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.",
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
- "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
529
- "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
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
- "snapshot": {
583
- "char": "s",
584
- "description": "The IDs of scratch org snapshots start with 0Oo.",
585
- "name": "snapshot",
564
+ "source-org": {
565
+ "aliases": [
566
+ "sourceorg"
567
+ ],
568
+ "char": "o",
569
+ "deprecateAliases": true,
570
+ "name": "source-org",
586
571
  "required": true,
587
- "summary": "Name or ID of snapshot to delete.",
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
- "no-prompt": {
593
- "char": "p",
594
- "name": "no-prompt",
595
- "summary": "Don't prompt the user to confirm the deletion.",
596
- "allowNo": false,
597
- "type": "boolean"
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:delete:snapshot",
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": "Delete a scratch org snapshot.",
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
- "delete",
614
+ "create",
615
615
  "snapshot.js"
616
616
  ],
617
617
  "aliasPermutations": [
618
- "force:org:snapshot:delete",
619
- "org:force:snapshot:delete",
620
- "org:snapshot:force:delete",
621
- "org:snapshot:delete:force",
622
- "force:snapshot:org:delete",
623
- "snapshot:force:org:delete",
624
- "snapshot:org:force:delete",
625
- "snapshot:org:delete:force",
626
- "force:snapshot:delete:org",
627
- "snapshot:force:delete:org",
628
- "snapshot:delete:force:org",
629
- "snapshot:delete:org:force",
630
- "force:org:delete:snapshot",
631
- "org:force:delete:snapshot",
632
- "org:delete:force:snapshot",
633
- "org:delete:snapshot:force",
634
- "force:delete:org:snapshot",
635
- "delete:force:org:snapshot",
636
- "delete:org:force:snapshot",
637
- "delete:org:snapshot:force",
638
- "force:delete:snapshot:org",
639
- "delete:force:snapshot:org",
640
- "delete:snapshot:force:org",
641
- "delete:snapshot:org:force"
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:delete:snapshot",
645
- "delete:org:snapshot",
646
- "delete:snapshot:org",
647
- "org:snapshot:delete",
648
- "snapshot:org:delete",
649
- "snapshot:delete:org"
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.16"
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.16",
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.4",
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.14",
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.16.crt",
223
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.16.sig"
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
  }