@salesforce/plugin-signups 2.3.15 → 2.4.1
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/lib/commands/org/create/snapshot.d.ts +0 -1
- package/lib/commands/org/create/snapshot.js +0 -1
- package/lib/commands/org/create/snapshot.js.map +1 -1
- package/lib/commands/org/delete/snapshot.d.ts +0 -1
- package/lib/commands/org/delete/snapshot.js +0 -1
- package/lib/commands/org/delete/snapshot.js.map +1 -1
- package/lib/commands/org/get/snapshot.d.ts +0 -1
- package/lib/commands/org/get/snapshot.js +0 -1
- package/lib/commands/org/get/snapshot.js.map +1 -1
- package/lib/commands/org/list/snapshot.d.ts +0 -1
- package/lib/commands/org/list/snapshot.js +0 -1
- package/lib/commands/org/list/snapshot.js.map +1 -1
- package/npm-shrinkwrap.json +22 -22
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -5
- package/package.json +8 -44
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.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/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.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/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.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/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.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/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.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/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.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/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.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
@@ -6,7 +6,6 @@ export declare class SnapshotCreate extends SfCommand<OrgSnapshot> {
|
|
6
6
|
static readonly examples: string[];
|
7
7
|
static readonly aliases: string[];
|
8
8
|
static readonly deprecateAliases = true;
|
9
|
-
static readonly state = "beta";
|
10
9
|
static readonly flags: {
|
11
10
|
'target-dev-hub': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
12
11
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
@@ -16,7 +16,6 @@ export class SnapshotCreate extends SfCommand {
|
|
16
16
|
static examples = messages.getMessages('examples');
|
17
17
|
static aliases = ['force:org:snapshot:create'];
|
18
18
|
static deprecateAliases = true;
|
19
|
-
static state = 'beta';
|
20
19
|
static flags = {
|
21
20
|
'target-dev-hub': requiredHubFlagWithDeprecations,
|
22
21
|
'api-version': orgApiVersionFlagWithDeprecations,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/create/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,GAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAEL,eAAe,EACf,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,6BAA6B,CAAC;AAErC,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,iBAAiB,CAAC,CAAC;AACxF,MAAM,gBAAgB,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,UAAU,CAAC,CAAC;AAEzF,MAAM,OAAO,cAAe,SAAQ,SAAsB;IACjD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,2BAA2B,CAAC,CAAC;IACxD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/create/snapshot.ts"],"names":[],"mappings":"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"}
|
@@ -6,7 +6,6 @@ export declare class SnapshotDelete extends SfCommand<SaveResult | undefined> {
|
|
6
6
|
static readonly examples: string[];
|
7
7
|
static readonly aliases: string[];
|
8
8
|
static readonly deprecateAliases = true;
|
9
|
-
static readonly state = "beta";
|
10
9
|
static readonly flags: {
|
11
10
|
'target-dev-hub': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
12
11
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
@@ -18,7 +18,6 @@ export class SnapshotDelete extends SfCommand {
|
|
18
18
|
static examples = messages.getMessages('examples');
|
19
19
|
static aliases = ['force:org:snapshot:delete'];
|
20
20
|
static deprecateAliases = true;
|
21
|
-
static state = 'beta';
|
22
21
|
static flags = {
|
23
22
|
'target-dev-hub': requiredHubFlagWithDeprecations,
|
24
23
|
'api-version': orgApiVersionFlagWithDeprecations,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AAE9B,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,GAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9D,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,iBAAiB,CAAC,CAAC;AAExF,4CAA4C;AAC5C,MAAM,WAAW,GAAG,CAAC,KAAgB,EAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,KAAK,SAAS,CAAC;AAE1F,MAAM,OAAO,cAAe,SAAQ,SAAiC;IAC5D,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,2BAA2B,CAAC,CAAC;IACxD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/snapshot.ts"],"names":[],"mappings":"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"}
|
@@ -6,7 +6,6 @@ export declare class SnapshotGet extends SfCommand<OrgSnapshot> {
|
|
6
6
|
static readonly examples: string[];
|
7
7
|
static readonly aliases: string[];
|
8
8
|
static readonly deprecateAliases = true;
|
9
|
-
static readonly state = "beta";
|
10
9
|
static readonly flags: {
|
11
10
|
'target-dev-hub': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
12
11
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
@@ -15,7 +15,6 @@ export class SnapshotGet extends SfCommand {
|
|
15
15
|
static examples = messages.getMessages('examples');
|
16
16
|
static aliases = ['force:org:snapshot:get'];
|
17
17
|
static deprecateAliases = true;
|
18
|
-
static state = 'beta';
|
19
18
|
static flags = {
|
20
19
|
'target-dev-hub': requiredHubFlagWithDeprecations,
|
21
20
|
'api-version': orgApiVersionFlagWithDeprecations,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/get/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,+BAA+B,EAC/B,iCAAiC,GAClC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAe,eAAe,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAEnG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,cAAc,CAAC,CAAC;AAErF,MAAM,OAAO,WAAY,SAAQ,SAAsB;IAC9C,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,wBAAwB,CAAC,CAAC;IACrD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/get/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,+BAA+B,EAC/B,iCAAiC,GAClC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAe,eAAe,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAEnG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,cAAc,CAAC,CAAC;AAErF,MAAM,OAAO,WAAY,SAAQ,SAAsB;IAC9C,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,wBAAwB,CAAC,CAAC;IACrD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IAExC,MAAM,CAAU,KAAK,GAAG;QAC7B,gBAAgB,EAAE,+BAA+B;QACjD,aAAa,EAAE,iCAAiC;QAChD,QAAQ;QACR,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;YAC9D,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAChD,MAAM,MAAM,GAAG,MAAM,eAAe,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;QAClH,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YACxB,sBAAsB,CAAC,MAAM,CAAC,CAAC;QACjC,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC"}
|
@@ -6,7 +6,6 @@ export declare class SnapshotList extends SfCommand<OrgSnapshot[]> {
|
|
6
6
|
static readonly examples: string[];
|
7
7
|
static readonly aliases: string[];
|
8
8
|
static readonly deprecateAliases = true;
|
9
|
-
static readonly state = "beta";
|
10
9
|
static readonly flags: {
|
11
10
|
'target-dev-hub': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
12
11
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
@@ -15,7 +15,6 @@ export class SnapshotList extends SfCommand {
|
|
15
15
|
static examples = messages.getMessages('examples');
|
16
16
|
static aliases = ['force:org:snapshot:list'];
|
17
17
|
static deprecateAliases = true;
|
18
|
-
static state = 'beta';
|
19
18
|
static flags = {
|
20
19
|
'target-dev-hub': requiredHubFlagWithDeprecations,
|
21
20
|
'api-version': orgApiVersionFlagWithDeprecations,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/list/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,EAC/B,SAAS,GACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAe,QAAQ,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAEtF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,eAAe,CAAC,CAAC;AAEtF,MAAM,OAAO,YAAa,SAAQ,SAAwB;IACjD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,yBAAyB,CAAC,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/list/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,EAC/B,SAAS,GACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAe,QAAQ,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAEtF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,eAAe,CAAC,CAAC;AAEtF,MAAM,OAAO,YAAa,SAAQ,SAAwB;IACjD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,yBAAyB,CAAC,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG;QAC7B,gBAAgB,EAAE,+BAA+B;QACjD,aAAa,EAAE,iCAAiC;QAChD,QAAQ;KACT,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjD,MAAM,OAAO,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QAC5F,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YACxB,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC5B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC"}
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.4.1",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.
|
9
|
+
"version": "2.4.1",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.4",
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
21
21
|
"@salesforce/dev-scripts": "^10.2.2",
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.5",
|
@@ -3542,9 +3542,9 @@
|
|
3542
3542
|
}
|
3543
3543
|
},
|
3544
3544
|
"node_modules/@oclif/core": {
|
3545
|
-
"version": "4.0.
|
3546
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
3547
|
-
"integrity": "sha512-
|
3545
|
+
"version": "4.0.8",
|
3546
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.8.tgz",
|
3547
|
+
"integrity": "sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==",
|
3548
3548
|
"license": "MIT",
|
3549
3549
|
"dependencies": {
|
3550
3550
|
"ansi-escapes": "^4.3.2",
|
@@ -3558,7 +3558,7 @@
|
|
3558
3558
|
"indent-string": "^4.0.0",
|
3559
3559
|
"is-wsl": "^2.2.0",
|
3560
3560
|
"lilconfig": "^3.1.2",
|
3561
|
-
"minimatch": "^9.0.
|
3561
|
+
"minimatch": "^9.0.5",
|
3562
3562
|
"string-width": "^4.2.3",
|
3563
3563
|
"supports-color": "^8",
|
3564
3564
|
"widest-line": "^3.1.0",
|
@@ -3570,9 +3570,9 @@
|
|
3570
3570
|
}
|
3571
3571
|
},
|
3572
3572
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
3573
|
-
"version": "9.0.
|
3574
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
3575
|
-
"integrity": "sha512-
|
3573
|
+
"version": "9.0.5",
|
3574
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
3575
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
3576
3576
|
"license": "ISC",
|
3577
3577
|
"dependencies": {
|
3578
3578
|
"brace-expansion": "^2.0.1"
|
@@ -3600,9 +3600,9 @@
|
|
3600
3600
|
}
|
3601
3601
|
},
|
3602
3602
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3603
|
-
"version": "5.2.
|
3604
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3605
|
-
"integrity": "sha512-
|
3603
|
+
"version": "5.2.4",
|
3604
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.4.tgz",
|
3605
|
+
"integrity": "sha512-rdt9Bf7bVnjsre7YY3ulZc42QzRuQVhFFxzPBtCi61QbnPS4nizh2mpwrwq6byW6nlddHue82CNYAWQAjr9i7w==",
|
3606
3606
|
"dev": true,
|
3607
3607
|
"license": "MIT",
|
3608
3608
|
"dependencies": {
|
@@ -3821,9 +3821,9 @@
|
|
3821
3821
|
}
|
3822
3822
|
},
|
3823
3823
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
|
3824
|
-
"version": "9.0.
|
3825
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
3826
|
-
"integrity": "sha512-
|
3824
|
+
"version": "9.0.5",
|
3825
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
3826
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
3827
3827
|
"dev": true,
|
3828
3828
|
"license": "ISC",
|
3829
3829
|
"dependencies": {
|
@@ -10257,9 +10257,9 @@
|
|
10257
10257
|
}
|
10258
10258
|
},
|
10259
10259
|
"node_modules/linkinator/node_modules/minimatch": {
|
10260
|
-
"version": "9.0.
|
10261
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
10262
|
-
"integrity": "sha512-
|
10260
|
+
"version": "9.0.5",
|
10261
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
10262
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
10263
10263
|
"dev": true,
|
10264
10264
|
"license": "ISC",
|
10265
10265
|
"dependencies": {
|
@@ -13834,9 +13834,9 @@
|
|
13834
13834
|
}
|
13835
13835
|
},
|
13836
13836
|
"node_modules/typedoc/node_modules/minimatch": {
|
13837
|
-
"version": "9.0.
|
13838
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
13839
|
-
"integrity": "sha512-
|
13837
|
+
"version": "9.0.5",
|
13838
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
13839
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
13840
13840
|
"dev": true,
|
13841
13841
|
"license": "ISC",
|
13842
13842
|
"dependencies": {
|
package/oclif.lock
CHANGED
@@ -1703,9 +1703,9 @@
|
|
1703
1703
|
wrap-ansi "^7.0.0"
|
1704
1704
|
|
1705
1705
|
"@oclif/core@^4", "@oclif/core@^4.0.6":
|
1706
|
-
version "4.0.
|
1707
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1708
|
-
integrity sha512-
|
1706
|
+
version "4.0.8"
|
1707
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
|
1708
|
+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
|
1709
1709
|
dependencies:
|
1710
1710
|
ansi-escapes "^4.3.2"
|
1711
1711
|
ansis "^3.1.1"
|
@@ -1718,17 +1718,17 @@
|
|
1718
1718
|
indent-string "^4.0.0"
|
1719
1719
|
is-wsl "^2.2.0"
|
1720
1720
|
lilconfig "^3.1.2"
|
1721
|
-
minimatch "^9.0.
|
1721
|
+
minimatch "^9.0.5"
|
1722
1722
|
string-width "^4.2.3"
|
1723
1723
|
supports-color "^8"
|
1724
1724
|
widest-line "^3.1.0"
|
1725
1725
|
wordwrap "^1.0.0"
|
1726
1726
|
wrap-ansi "^7.0.0"
|
1727
1727
|
|
1728
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1729
|
-
version "5.2.
|
1730
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1731
|
-
integrity sha512-
|
1728
|
+
"@oclif/plugin-command-snapshot@^5.2.4":
|
1729
|
+
version "5.2.4"
|
1730
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.4.tgz#7872742c0d8271bf90e981d5821f355bd05ca359"
|
1731
|
+
integrity sha512-rdt9Bf7bVnjsre7YY3ulZc42QzRuQVhFFxzPBtCi61QbnPS4nizh2mpwrwq6byW6nlddHue82CNYAWQAjr9i7w==
|
1732
1732
|
dependencies:
|
1733
1733
|
"@oclif/core" "^4"
|
1734
1734
|
ansis "^3.2.0"
|
@@ -5846,10 +5846,10 @@ minimatch@^5.0.1:
|
|
5846
5846
|
dependencies:
|
5847
5847
|
brace-expansion "^2.0.1"
|
5848
5848
|
|
5849
|
-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
5850
|
-
version "9.0.
|
5851
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.
|
5852
|
-
integrity sha512-
|
5849
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
|
5850
|
+
version "9.0.5"
|
5851
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
|
5852
|
+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
|
5853
5853
|
dependencies:
|
5854
5854
|
brace-expansion "^2.0.1"
|
5855
5855
|
|
package/oclif.manifest.json
CHANGED
@@ -219,7 +219,6 @@
|
|
219
219
|
"pluginAlias": "@salesforce/plugin-signups",
|
220
220
|
"pluginName": "@salesforce/plugin-signups",
|
221
221
|
"pluginType": "core",
|
222
|
-
"state": "beta",
|
223
222
|
"strict": true,
|
224
223
|
"summary": "Create a snapshot of a scratch org.",
|
225
224
|
"enableJsonFlag": true,
|
@@ -345,7 +344,6 @@
|
|
345
344
|
"pluginAlias": "@salesforce/plugin-signups",
|
346
345
|
"pluginName": "@salesforce/plugin-signups",
|
347
346
|
"pluginType": "core",
|
348
|
-
"state": "beta",
|
349
347
|
"strict": true,
|
350
348
|
"summary": "Get details about a scratch org snapshot.",
|
351
349
|
"enableJsonFlag": true,
|
@@ -605,7 +603,6 @@
|
|
605
603
|
"pluginAlias": "@salesforce/plugin-signups",
|
606
604
|
"pluginName": "@salesforce/plugin-signups",
|
607
605
|
"pluginType": "core",
|
608
|
-
"state": "beta",
|
609
606
|
"strict": true,
|
610
607
|
"summary": "Delete a scratch org snapshot.",
|
611
608
|
"enableJsonFlag": true,
|
@@ -818,7 +815,6 @@
|
|
818
815
|
"pluginAlias": "@salesforce/plugin-signups",
|
819
816
|
"pluginName": "@salesforce/plugin-signups",
|
820
817
|
"pluginType": "core",
|
821
|
-
"state": "beta",
|
822
818
|
"strict": true,
|
823
819
|
"summary": "List scratch org snapshots.",
|
824
820
|
"enableJsonFlag": true,
|
@@ -866,5 +862,5 @@
|
|
866
862
|
]
|
867
863
|
}
|
868
864
|
},
|
869
|
-
"version": "2.
|
865
|
+
"version": "2.4.1"
|
870
866
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.
|
4
|
+
"version": "2.4.1",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.4",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
17
17
|
"@salesforce/dev-scripts": "^10.2.2",
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.5",
|
@@ -62,52 +62,16 @@
|
|
62
62
|
"description": "Commands to manage org shapes and snapshots.",
|
63
63
|
"subtopics": {
|
64
64
|
"create": {
|
65
|
-
"description": "Commands to create org shapes and snapshots."
|
66
|
-
"subtopics": {
|
67
|
-
"snapshot": {
|
68
|
-
"state": "beta",
|
69
|
-
"trailblazerCommunityLink": {
|
70
|
-
"url": "https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A00000020d5",
|
71
|
-
"name": "W24 Beta: Scratch Org Snapshots"
|
72
|
-
}
|
73
|
-
}
|
74
|
-
}
|
65
|
+
"description": "Commands to create org shapes and snapshots."
|
75
66
|
},
|
76
67
|
"list": {
|
77
|
-
"description": "Commands to list org shapes and snapshots."
|
78
|
-
"subtopics": {
|
79
|
-
"snapshot": {
|
80
|
-
"state": "beta",
|
81
|
-
"trailblazerCommunityLink": {
|
82
|
-
"url": "https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A00000020d5",
|
83
|
-
"name": "W24 Beta: Scratch Org Snapshots"
|
84
|
-
}
|
85
|
-
}
|
86
|
-
}
|
68
|
+
"description": "Commands to list org shapes and snapshots."
|
87
69
|
},
|
88
70
|
"delete": {
|
89
|
-
"description": "
|
90
|
-
"subtopics": {
|
91
|
-
"snapshot": {
|
92
|
-
"state": "beta",
|
93
|
-
"trailblazerCommunityLink": {
|
94
|
-
"url": "https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A00000020d5",
|
95
|
-
"name": "W24 Beta: Scratch Org Snapshots"
|
96
|
-
}
|
97
|
-
}
|
98
|
-
}
|
71
|
+
"description": "Commands to delete shapes and snapshots."
|
99
72
|
},
|
100
73
|
"get": {
|
101
|
-
"description": "Commands to get an org snapshot."
|
102
|
-
"subtopics": {
|
103
|
-
"snapshot": {
|
104
|
-
"state": "beta",
|
105
|
-
"trailblazerCommunityLink": {
|
106
|
-
"url": "https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A00000020d5",
|
107
|
-
"name": "W24 Beta: Scratch Org Snapshots"
|
108
|
-
}
|
109
|
-
}
|
110
|
-
}
|
74
|
+
"description": "Commands to get an org snapshot."
|
111
75
|
}
|
112
76
|
}
|
113
77
|
}
|
@@ -255,7 +219,7 @@
|
|
255
219
|
"exports": "./lib/index.js",
|
256
220
|
"type": "module",
|
257
221
|
"sfdx": {
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.4.1.crt",
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.4.1.sig"
|
260
224
|
}
|
261
225
|
}
|