@salesforce/plugin-signups 2.0.17 → 2.0.19
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/oclif.lock +823 -808
- package/oclif.manifest.json +251 -251
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
@@ -1,5 +1,255 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
+
"org:create:shape": {
|
4
|
+
"aliases": [
|
5
|
+
"force:org:shape:create"
|
6
|
+
],
|
7
|
+
"args": {},
|
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 %> force:org:create\" command.",
|
10
|
+
"examples": [
|
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
|
+
"target-org": {
|
22
|
+
"aliases": [
|
23
|
+
"targetusername",
|
24
|
+
"u"
|
25
|
+
],
|
26
|
+
"char": "o",
|
27
|
+
"deprecateAliases": true,
|
28
|
+
"name": "target-org",
|
29
|
+
"noCacheDefault": true,
|
30
|
+
"required": true,
|
31
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
32
|
+
"hasDynamicHelp": true,
|
33
|
+
"multiple": false,
|
34
|
+
"type": "option"
|
35
|
+
},
|
36
|
+
"api-version": {
|
37
|
+
"aliases": [
|
38
|
+
"apiversion"
|
39
|
+
],
|
40
|
+
"deprecateAliases": true,
|
41
|
+
"description": "Override the api version used for api requests made by this command",
|
42
|
+
"name": "api-version",
|
43
|
+
"hasDynamicHelp": false,
|
44
|
+
"multiple": false,
|
45
|
+
"type": "option"
|
46
|
+
},
|
47
|
+
"loglevel": {
|
48
|
+
"deprecated": {
|
49
|
+
"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."
|
50
|
+
},
|
51
|
+
"hidden": true,
|
52
|
+
"name": "loglevel",
|
53
|
+
"hasDynamicHelp": false,
|
54
|
+
"multiple": false,
|
55
|
+
"type": "option"
|
56
|
+
}
|
57
|
+
},
|
58
|
+
"hasDynamicHelp": true,
|
59
|
+
"hiddenAliases": [],
|
60
|
+
"id": "org:create:shape",
|
61
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
62
|
+
"pluginName": "@salesforce/plugin-signups",
|
63
|
+
"pluginType": "core",
|
64
|
+
"strict": true,
|
65
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
66
|
+
"enableJsonFlag": true,
|
67
|
+
"isESM": true,
|
68
|
+
"relativePath": [
|
69
|
+
"lib",
|
70
|
+
"commands",
|
71
|
+
"org",
|
72
|
+
"create",
|
73
|
+
"shape.js"
|
74
|
+
],
|
75
|
+
"aliasPermutations": [
|
76
|
+
"force:org:shape:create",
|
77
|
+
"org:force:shape:create",
|
78
|
+
"org:shape:force:create",
|
79
|
+
"org:shape:create:force",
|
80
|
+
"force:shape:org:create",
|
81
|
+
"shape:force:org:create",
|
82
|
+
"shape:org:force:create",
|
83
|
+
"shape:org:create:force",
|
84
|
+
"force:shape:create:org",
|
85
|
+
"shape:force:create:org",
|
86
|
+
"shape:create:force:org",
|
87
|
+
"shape:create:org:force",
|
88
|
+
"force:org:create:shape",
|
89
|
+
"org:force:create:shape",
|
90
|
+
"org:create:force:shape",
|
91
|
+
"org:create:shape:force",
|
92
|
+
"force:create:org:shape",
|
93
|
+
"create:force:org:shape",
|
94
|
+
"create:org:force:shape",
|
95
|
+
"create:org:shape:force",
|
96
|
+
"force:create:shape:org",
|
97
|
+
"create:force:shape:org",
|
98
|
+
"create:shape:force:org",
|
99
|
+
"create:shape:org:force"
|
100
|
+
],
|
101
|
+
"permutations": [
|
102
|
+
"org:create:shape",
|
103
|
+
"create:org:shape",
|
104
|
+
"create:shape:org",
|
105
|
+
"org:shape:create",
|
106
|
+
"shape:org:create",
|
107
|
+
"shape:create:org"
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"org:create:snapshot": {
|
111
|
+
"aliases": [
|
112
|
+
"force:org:snapshot:create"
|
113
|
+
],
|
114
|
+
"args": {},
|
115
|
+
"deprecateAliases": true,
|
116
|
+
"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 %> force:org:create\" to create the scratch org.",
|
117
|
+
"examples": [
|
118
|
+
"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'",
|
119
|
+
"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"
|
120
|
+
],
|
121
|
+
"flags": {
|
122
|
+
"json": {
|
123
|
+
"description": "Format output as json.",
|
124
|
+
"helpGroup": "GLOBAL",
|
125
|
+
"name": "json",
|
126
|
+
"allowNo": false,
|
127
|
+
"type": "boolean"
|
128
|
+
},
|
129
|
+
"target-dev-hub": {
|
130
|
+
"aliases": [
|
131
|
+
"targetdevhubusername"
|
132
|
+
],
|
133
|
+
"char": "v",
|
134
|
+
"deprecateAliases": true,
|
135
|
+
"name": "target-dev-hub",
|
136
|
+
"noCacheDefault": true,
|
137
|
+
"required": true,
|
138
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
139
|
+
"hasDynamicHelp": true,
|
140
|
+
"multiple": false,
|
141
|
+
"type": "option"
|
142
|
+
},
|
143
|
+
"api-version": {
|
144
|
+
"aliases": [
|
145
|
+
"apiversion"
|
146
|
+
],
|
147
|
+
"deprecateAliases": true,
|
148
|
+
"description": "Override the api version used for api requests made by this command",
|
149
|
+
"name": "api-version",
|
150
|
+
"hasDynamicHelp": false,
|
151
|
+
"multiple": false,
|
152
|
+
"type": "option"
|
153
|
+
},
|
154
|
+
"loglevel": {
|
155
|
+
"deprecated": {
|
156
|
+
"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."
|
157
|
+
},
|
158
|
+
"hidden": true,
|
159
|
+
"name": "loglevel",
|
160
|
+
"hasDynamicHelp": false,
|
161
|
+
"multiple": false,
|
162
|
+
"type": "option"
|
163
|
+
},
|
164
|
+
"source-org": {
|
165
|
+
"aliases": [
|
166
|
+
"sourceorg"
|
167
|
+
],
|
168
|
+
"char": "o",
|
169
|
+
"deprecateAliases": true,
|
170
|
+
"name": "source-org",
|
171
|
+
"required": true,
|
172
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
173
|
+
"hasDynamicHelp": false,
|
174
|
+
"multiple": false,
|
175
|
+
"type": "option"
|
176
|
+
},
|
177
|
+
"name": {
|
178
|
+
"aliases": [
|
179
|
+
"snapshotname"
|
180
|
+
],
|
181
|
+
"char": "n",
|
182
|
+
"deprecateAliases": true,
|
183
|
+
"name": "name",
|
184
|
+
"required": true,
|
185
|
+
"summary": "Unique name of snapshot.",
|
186
|
+
"hasDynamicHelp": false,
|
187
|
+
"multiple": false,
|
188
|
+
"type": "option"
|
189
|
+
},
|
190
|
+
"description": {
|
191
|
+
"char": "d",
|
192
|
+
"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.",
|
193
|
+
"name": "description",
|
194
|
+
"summary": "Description of snapshot.",
|
195
|
+
"hasDynamicHelp": false,
|
196
|
+
"multiple": false,
|
197
|
+
"type": "option"
|
198
|
+
}
|
199
|
+
},
|
200
|
+
"hasDynamicHelp": true,
|
201
|
+
"hiddenAliases": [],
|
202
|
+
"id": "org:create:snapshot",
|
203
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
204
|
+
"pluginName": "@salesforce/plugin-signups",
|
205
|
+
"pluginType": "core",
|
206
|
+
"state": "beta",
|
207
|
+
"strict": true,
|
208
|
+
"summary": "Create a snapshot of a scratch org.",
|
209
|
+
"enableJsonFlag": true,
|
210
|
+
"isESM": true,
|
211
|
+
"relativePath": [
|
212
|
+
"lib",
|
213
|
+
"commands",
|
214
|
+
"org",
|
215
|
+
"create",
|
216
|
+
"snapshot.js"
|
217
|
+
],
|
218
|
+
"aliasPermutations": [
|
219
|
+
"force:org:snapshot:create",
|
220
|
+
"org:force:snapshot:create",
|
221
|
+
"org:snapshot:force:create",
|
222
|
+
"org:snapshot:create:force",
|
223
|
+
"force:snapshot:org:create",
|
224
|
+
"snapshot:force:org:create",
|
225
|
+
"snapshot:org:force:create",
|
226
|
+
"snapshot:org:create:force",
|
227
|
+
"force:snapshot:create:org",
|
228
|
+
"snapshot:force:create:org",
|
229
|
+
"snapshot:create:force:org",
|
230
|
+
"snapshot:create:org:force",
|
231
|
+
"force:org:create:snapshot",
|
232
|
+
"org:force:create:snapshot",
|
233
|
+
"org:create:force:snapshot",
|
234
|
+
"org:create:snapshot:force",
|
235
|
+
"force:create:org:snapshot",
|
236
|
+
"create:force:org:snapshot",
|
237
|
+
"create:org:force:snapshot",
|
238
|
+
"create:org:snapshot:force",
|
239
|
+
"force:create:snapshot:org",
|
240
|
+
"create:force:snapshot:org",
|
241
|
+
"create:snapshot:force:org",
|
242
|
+
"create:snapshot:org:force"
|
243
|
+
],
|
244
|
+
"permutations": [
|
245
|
+
"org:create:snapshot",
|
246
|
+
"create:org:snapshot",
|
247
|
+
"create:snapshot:org",
|
248
|
+
"org:snapshot:create",
|
249
|
+
"snapshot:org:create",
|
250
|
+
"snapshot:create:org"
|
251
|
+
]
|
252
|
+
},
|
3
253
|
"org:delete:shape": {
|
4
254
|
"aliases": [
|
5
255
|
"force:org:shape:delete"
|
@@ -551,257 +801,7 @@
|
|
551
801
|
"snapshot:org:list",
|
552
802
|
"snapshot:list:org"
|
553
803
|
]
|
554
|
-
},
|
555
|
-
"org:create:shape": {
|
556
|
-
"aliases": [
|
557
|
-
"force:org:shape:create"
|
558
|
-
],
|
559
|
-
"args": {},
|
560
|
-
"deprecateAliases": true,
|
561
|
-
"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 %> force:org:create\" command.",
|
562
|
-
"examples": [
|
563
|
-
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
564
|
-
],
|
565
|
-
"flags": {
|
566
|
-
"json": {
|
567
|
-
"description": "Format output as json.",
|
568
|
-
"helpGroup": "GLOBAL",
|
569
|
-
"name": "json",
|
570
|
-
"allowNo": false,
|
571
|
-
"type": "boolean"
|
572
|
-
},
|
573
|
-
"target-org": {
|
574
|
-
"aliases": [
|
575
|
-
"targetusername",
|
576
|
-
"u"
|
577
|
-
],
|
578
|
-
"char": "o",
|
579
|
-
"deprecateAliases": true,
|
580
|
-
"name": "target-org",
|
581
|
-
"noCacheDefault": true,
|
582
|
-
"required": true,
|
583
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
584
|
-
"hasDynamicHelp": true,
|
585
|
-
"multiple": false,
|
586
|
-
"type": "option"
|
587
|
-
},
|
588
|
-
"api-version": {
|
589
|
-
"aliases": [
|
590
|
-
"apiversion"
|
591
|
-
],
|
592
|
-
"deprecateAliases": true,
|
593
|
-
"description": "Override the api version used for api requests made by this command",
|
594
|
-
"name": "api-version",
|
595
|
-
"hasDynamicHelp": false,
|
596
|
-
"multiple": false,
|
597
|
-
"type": "option"
|
598
|
-
},
|
599
|
-
"loglevel": {
|
600
|
-
"deprecated": {
|
601
|
-
"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."
|
602
|
-
},
|
603
|
-
"hidden": true,
|
604
|
-
"name": "loglevel",
|
605
|
-
"hasDynamicHelp": false,
|
606
|
-
"multiple": false,
|
607
|
-
"type": "option"
|
608
|
-
}
|
609
|
-
},
|
610
|
-
"hasDynamicHelp": true,
|
611
|
-
"hiddenAliases": [],
|
612
|
-
"id": "org:create:shape",
|
613
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
614
|
-
"pluginName": "@salesforce/plugin-signups",
|
615
|
-
"pluginType": "core",
|
616
|
-
"strict": true,
|
617
|
-
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
618
|
-
"enableJsonFlag": true,
|
619
|
-
"isESM": true,
|
620
|
-
"relativePath": [
|
621
|
-
"lib",
|
622
|
-
"commands",
|
623
|
-
"org",
|
624
|
-
"create",
|
625
|
-
"shape.js"
|
626
|
-
],
|
627
|
-
"aliasPermutations": [
|
628
|
-
"force:org:shape:create",
|
629
|
-
"org:force:shape:create",
|
630
|
-
"org:shape:force:create",
|
631
|
-
"org:shape:create:force",
|
632
|
-
"force:shape:org:create",
|
633
|
-
"shape:force:org:create",
|
634
|
-
"shape:org:force:create",
|
635
|
-
"shape:org:create:force",
|
636
|
-
"force:shape:create:org",
|
637
|
-
"shape:force:create:org",
|
638
|
-
"shape:create:force:org",
|
639
|
-
"shape:create:org:force",
|
640
|
-
"force:org:create:shape",
|
641
|
-
"org:force:create:shape",
|
642
|
-
"org:create:force:shape",
|
643
|
-
"org:create:shape:force",
|
644
|
-
"force:create:org:shape",
|
645
|
-
"create:force:org:shape",
|
646
|
-
"create:org:force:shape",
|
647
|
-
"create:org:shape:force",
|
648
|
-
"force:create:shape:org",
|
649
|
-
"create:force:shape:org",
|
650
|
-
"create:shape:force:org",
|
651
|
-
"create:shape:org:force"
|
652
|
-
],
|
653
|
-
"permutations": [
|
654
|
-
"org:create:shape",
|
655
|
-
"create:org:shape",
|
656
|
-
"create:shape:org",
|
657
|
-
"org:shape:create",
|
658
|
-
"shape:org:create",
|
659
|
-
"shape:create:org"
|
660
|
-
]
|
661
|
-
},
|
662
|
-
"org:create:snapshot": {
|
663
|
-
"aliases": [
|
664
|
-
"force:org:snapshot:create"
|
665
|
-
],
|
666
|
-
"args": {},
|
667
|
-
"deprecateAliases": true,
|
668
|
-
"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 %> force:org:create\" to create the scratch org.",
|
669
|
-
"examples": [
|
670
|
-
"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'",
|
671
|
-
"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"
|
672
|
-
],
|
673
|
-
"flags": {
|
674
|
-
"json": {
|
675
|
-
"description": "Format output as json.",
|
676
|
-
"helpGroup": "GLOBAL",
|
677
|
-
"name": "json",
|
678
|
-
"allowNo": false,
|
679
|
-
"type": "boolean"
|
680
|
-
},
|
681
|
-
"target-dev-hub": {
|
682
|
-
"aliases": [
|
683
|
-
"targetdevhubusername"
|
684
|
-
],
|
685
|
-
"char": "v",
|
686
|
-
"deprecateAliases": true,
|
687
|
-
"name": "target-dev-hub",
|
688
|
-
"noCacheDefault": true,
|
689
|
-
"required": true,
|
690
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
691
|
-
"hasDynamicHelp": true,
|
692
|
-
"multiple": false,
|
693
|
-
"type": "option"
|
694
|
-
},
|
695
|
-
"api-version": {
|
696
|
-
"aliases": [
|
697
|
-
"apiversion"
|
698
|
-
],
|
699
|
-
"deprecateAliases": true,
|
700
|
-
"description": "Override the api version used for api requests made by this command",
|
701
|
-
"name": "api-version",
|
702
|
-
"hasDynamicHelp": false,
|
703
|
-
"multiple": false,
|
704
|
-
"type": "option"
|
705
|
-
},
|
706
|
-
"loglevel": {
|
707
|
-
"deprecated": {
|
708
|
-
"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."
|
709
|
-
},
|
710
|
-
"hidden": true,
|
711
|
-
"name": "loglevel",
|
712
|
-
"hasDynamicHelp": false,
|
713
|
-
"multiple": false,
|
714
|
-
"type": "option"
|
715
|
-
},
|
716
|
-
"source-org": {
|
717
|
-
"aliases": [
|
718
|
-
"sourceorg"
|
719
|
-
],
|
720
|
-
"char": "o",
|
721
|
-
"deprecateAliases": true,
|
722
|
-
"name": "source-org",
|
723
|
-
"required": true,
|
724
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
725
|
-
"hasDynamicHelp": false,
|
726
|
-
"multiple": false,
|
727
|
-
"type": "option"
|
728
|
-
},
|
729
|
-
"name": {
|
730
|
-
"aliases": [
|
731
|
-
"snapshotname"
|
732
|
-
],
|
733
|
-
"char": "n",
|
734
|
-
"deprecateAliases": true,
|
735
|
-
"name": "name",
|
736
|
-
"required": true,
|
737
|
-
"summary": "Unique name of snapshot.",
|
738
|
-
"hasDynamicHelp": false,
|
739
|
-
"multiple": false,
|
740
|
-
"type": "option"
|
741
|
-
},
|
742
|
-
"description": {
|
743
|
-
"char": "d",
|
744
|
-
"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.",
|
745
|
-
"name": "description",
|
746
|
-
"summary": "Description of snapshot.",
|
747
|
-
"hasDynamicHelp": false,
|
748
|
-
"multiple": false,
|
749
|
-
"type": "option"
|
750
|
-
}
|
751
|
-
},
|
752
|
-
"hasDynamicHelp": true,
|
753
|
-
"hiddenAliases": [],
|
754
|
-
"id": "org:create:snapshot",
|
755
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
756
|
-
"pluginName": "@salesforce/plugin-signups",
|
757
|
-
"pluginType": "core",
|
758
|
-
"state": "beta",
|
759
|
-
"strict": true,
|
760
|
-
"summary": "Create a snapshot of a scratch org.",
|
761
|
-
"enableJsonFlag": true,
|
762
|
-
"isESM": true,
|
763
|
-
"relativePath": [
|
764
|
-
"lib",
|
765
|
-
"commands",
|
766
|
-
"org",
|
767
|
-
"create",
|
768
|
-
"snapshot.js"
|
769
|
-
],
|
770
|
-
"aliasPermutations": [
|
771
|
-
"force:org:snapshot:create",
|
772
|
-
"org:force:snapshot:create",
|
773
|
-
"org:snapshot:force:create",
|
774
|
-
"org:snapshot:create:force",
|
775
|
-
"force:snapshot:org:create",
|
776
|
-
"snapshot:force:org:create",
|
777
|
-
"snapshot:org:force:create",
|
778
|
-
"snapshot:org:create:force",
|
779
|
-
"force:snapshot:create:org",
|
780
|
-
"snapshot:force:create:org",
|
781
|
-
"snapshot:create:force:org",
|
782
|
-
"snapshot:create:org:force",
|
783
|
-
"force:org:create:snapshot",
|
784
|
-
"org:force:create:snapshot",
|
785
|
-
"org:create:force:snapshot",
|
786
|
-
"org:create:snapshot:force",
|
787
|
-
"force:create:org:snapshot",
|
788
|
-
"create:force:org:snapshot",
|
789
|
-
"create:org:force:snapshot",
|
790
|
-
"create:org:snapshot:force",
|
791
|
-
"force:create:snapshot:org",
|
792
|
-
"create:force:snapshot:org",
|
793
|
-
"create:snapshot:force:org",
|
794
|
-
"create:snapshot:org:force"
|
795
|
-
],
|
796
|
-
"permutations": [
|
797
|
-
"org:create:snapshot",
|
798
|
-
"create:org:snapshot",
|
799
|
-
"create:snapshot:org",
|
800
|
-
"org:snapshot:create",
|
801
|
-
"snapshot:org:create",
|
802
|
-
"snapshot:create:org"
|
803
|
-
]
|
804
804
|
}
|
805
805
|
},
|
806
|
-
"version": "2.0.
|
806
|
+
"version": "2.0.19"
|
807
807
|
}
|
package/package.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.0.
|
4
|
+
"version": "2.0.19",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.15.1",
|
9
9
|
"@salesforce/core": "^6.4.7",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.4",
|
12
12
|
"chalk": "^5.3.0",
|
13
|
-
"change-case": "^5.
|
13
|
+
"change-case": "^5.4.2"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
18
18
|
"@salesforce/dev-scripts": "^8.3.0",
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.59",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
"@types/chai-string": "^1.4.5",
|
23
23
|
"chai-as-promised": "7.1.1",
|
24
24
|
"chai-string": "^1.5.0",
|
25
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
25
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
|
-
"oclif": "^4.
|
27
|
+
"oclif": "^4.4.0",
|
28
28
|
"shx": "0.3.4",
|
29
29
|
"ts-node": "^10.9.2",
|
30
30
|
"typescript": "^5.2.2"
|
@@ -257,7 +257,7 @@
|
|
257
257
|
"exports": "./lib/index.js",
|
258
258
|
"type": "module",
|
259
259
|
"sfdx": {
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
260
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.19.crt",
|
261
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.19.sig"
|
262
262
|
}
|
263
263
|
}
|