@salesforce/plugin-signups 2.6.22 → 2.6.24
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 +729 -258
- package/oclif.lock +240 -180
- package/oclif.manifest.json +126 -126
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
@@ -1,5 +1,130 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
+
"org:get:snapshot": {
|
4
|
+
"aliases": [
|
5
|
+
"force:org:snapshot:get"
|
6
|
+
],
|
7
|
+
"args": {},
|
8
|
+
"deprecateAliases": true,
|
9
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
10
|
+
"examples": [
|
11
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
12
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
13
|
+
],
|
14
|
+
"flags": {
|
15
|
+
"json": {
|
16
|
+
"description": "Format output as json.",
|
17
|
+
"helpGroup": "GLOBAL",
|
18
|
+
"name": "json",
|
19
|
+
"allowNo": false,
|
20
|
+
"type": "boolean"
|
21
|
+
},
|
22
|
+
"flags-dir": {
|
23
|
+
"helpGroup": "GLOBAL",
|
24
|
+
"name": "flags-dir",
|
25
|
+
"summary": "Import flag values from a directory.",
|
26
|
+
"hasDynamicHelp": false,
|
27
|
+
"multiple": false,
|
28
|
+
"type": "option"
|
29
|
+
},
|
30
|
+
"target-dev-hub": {
|
31
|
+
"aliases": [
|
32
|
+
"targetdevhubusername"
|
33
|
+
],
|
34
|
+
"char": "v",
|
35
|
+
"deprecateAliases": true,
|
36
|
+
"name": "target-dev-hub",
|
37
|
+
"noCacheDefault": true,
|
38
|
+
"required": true,
|
39
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
40
|
+
"hasDynamicHelp": true,
|
41
|
+
"multiple": false,
|
42
|
+
"type": "option"
|
43
|
+
},
|
44
|
+
"api-version": {
|
45
|
+
"aliases": [
|
46
|
+
"apiversion"
|
47
|
+
],
|
48
|
+
"deprecateAliases": true,
|
49
|
+
"description": "Override the api version used for api requests made by this command",
|
50
|
+
"name": "api-version",
|
51
|
+
"hasDynamicHelp": false,
|
52
|
+
"multiple": false,
|
53
|
+
"type": "option"
|
54
|
+
},
|
55
|
+
"loglevel": {
|
56
|
+
"deprecated": {
|
57
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
58
|
+
},
|
59
|
+
"hidden": true,
|
60
|
+
"name": "loglevel",
|
61
|
+
"hasDynamicHelp": false,
|
62
|
+
"multiple": false,
|
63
|
+
"type": "option"
|
64
|
+
},
|
65
|
+
"snapshot": {
|
66
|
+
"char": "s",
|
67
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
68
|
+
"name": "snapshot",
|
69
|
+
"required": true,
|
70
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
71
|
+
"hasDynamicHelp": false,
|
72
|
+
"multiple": false,
|
73
|
+
"type": "option"
|
74
|
+
}
|
75
|
+
},
|
76
|
+
"hasDynamicHelp": true,
|
77
|
+
"hiddenAliases": [],
|
78
|
+
"id": "org:get:snapshot",
|
79
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
80
|
+
"pluginName": "@salesforce/plugin-signups",
|
81
|
+
"pluginType": "core",
|
82
|
+
"strict": true,
|
83
|
+
"summary": "Get details about a scratch org snapshot.",
|
84
|
+
"enableJsonFlag": true,
|
85
|
+
"isESM": true,
|
86
|
+
"relativePath": [
|
87
|
+
"lib",
|
88
|
+
"commands",
|
89
|
+
"org",
|
90
|
+
"get",
|
91
|
+
"snapshot.js"
|
92
|
+
],
|
93
|
+
"aliasPermutations": [
|
94
|
+
"force:org:snapshot:get",
|
95
|
+
"org:force:snapshot:get",
|
96
|
+
"org:snapshot:force:get",
|
97
|
+
"org:snapshot:get:force",
|
98
|
+
"force:snapshot:org:get",
|
99
|
+
"snapshot:force:org:get",
|
100
|
+
"snapshot:org:force:get",
|
101
|
+
"snapshot:org:get:force",
|
102
|
+
"force:snapshot:get:org",
|
103
|
+
"snapshot:force:get:org",
|
104
|
+
"snapshot:get:force:org",
|
105
|
+
"snapshot:get:org:force",
|
106
|
+
"force:org:get:snapshot",
|
107
|
+
"org:force:get:snapshot",
|
108
|
+
"org:get:force:snapshot",
|
109
|
+
"org:get:snapshot:force",
|
110
|
+
"force:get:org:snapshot",
|
111
|
+
"get:force:org:snapshot",
|
112
|
+
"get:org:force:snapshot",
|
113
|
+
"get:org:snapshot:force",
|
114
|
+
"force:get:snapshot:org",
|
115
|
+
"get:force:snapshot:org",
|
116
|
+
"get:snapshot:force:org",
|
117
|
+
"get:snapshot:org:force"
|
118
|
+
],
|
119
|
+
"permutations": [
|
120
|
+
"org:get:snapshot",
|
121
|
+
"get:org:snapshot",
|
122
|
+
"get:snapshot:org",
|
123
|
+
"org:snapshot:get",
|
124
|
+
"snapshot:org:get",
|
125
|
+
"snapshot:get:org"
|
126
|
+
]
|
127
|
+
},
|
3
128
|
"org:create:shape": {
|
4
129
|
"aliases": [
|
5
130
|
"force:org:shape:create"
|
@@ -735,132 +860,7 @@
|
|
735
860
|
"snapshot:org:list",
|
736
861
|
"snapshot:list:org"
|
737
862
|
]
|
738
|
-
},
|
739
|
-
"org:get:snapshot": {
|
740
|
-
"aliases": [
|
741
|
-
"force:org:snapshot:get"
|
742
|
-
],
|
743
|
-
"args": {},
|
744
|
-
"deprecateAliases": true,
|
745
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
746
|
-
"examples": [
|
747
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
748
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
749
|
-
],
|
750
|
-
"flags": {
|
751
|
-
"json": {
|
752
|
-
"description": "Format output as json.",
|
753
|
-
"helpGroup": "GLOBAL",
|
754
|
-
"name": "json",
|
755
|
-
"allowNo": false,
|
756
|
-
"type": "boolean"
|
757
|
-
},
|
758
|
-
"flags-dir": {
|
759
|
-
"helpGroup": "GLOBAL",
|
760
|
-
"name": "flags-dir",
|
761
|
-
"summary": "Import flag values from a directory.",
|
762
|
-
"hasDynamicHelp": false,
|
763
|
-
"multiple": false,
|
764
|
-
"type": "option"
|
765
|
-
},
|
766
|
-
"target-dev-hub": {
|
767
|
-
"aliases": [
|
768
|
-
"targetdevhubusername"
|
769
|
-
],
|
770
|
-
"char": "v",
|
771
|
-
"deprecateAliases": true,
|
772
|
-
"name": "target-dev-hub",
|
773
|
-
"noCacheDefault": true,
|
774
|
-
"required": true,
|
775
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
776
|
-
"hasDynamicHelp": true,
|
777
|
-
"multiple": false,
|
778
|
-
"type": "option"
|
779
|
-
},
|
780
|
-
"api-version": {
|
781
|
-
"aliases": [
|
782
|
-
"apiversion"
|
783
|
-
],
|
784
|
-
"deprecateAliases": true,
|
785
|
-
"description": "Override the api version used for api requests made by this command",
|
786
|
-
"name": "api-version",
|
787
|
-
"hasDynamicHelp": false,
|
788
|
-
"multiple": false,
|
789
|
-
"type": "option"
|
790
|
-
},
|
791
|
-
"loglevel": {
|
792
|
-
"deprecated": {
|
793
|
-
"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."
|
794
|
-
},
|
795
|
-
"hidden": true,
|
796
|
-
"name": "loglevel",
|
797
|
-
"hasDynamicHelp": false,
|
798
|
-
"multiple": false,
|
799
|
-
"type": "option"
|
800
|
-
},
|
801
|
-
"snapshot": {
|
802
|
-
"char": "s",
|
803
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
804
|
-
"name": "snapshot",
|
805
|
-
"required": true,
|
806
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
807
|
-
"hasDynamicHelp": false,
|
808
|
-
"multiple": false,
|
809
|
-
"type": "option"
|
810
|
-
}
|
811
|
-
},
|
812
|
-
"hasDynamicHelp": true,
|
813
|
-
"hiddenAliases": [],
|
814
|
-
"id": "org:get:snapshot",
|
815
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
816
|
-
"pluginName": "@salesforce/plugin-signups",
|
817
|
-
"pluginType": "core",
|
818
|
-
"strict": true,
|
819
|
-
"summary": "Get details about a scratch org snapshot.",
|
820
|
-
"enableJsonFlag": true,
|
821
|
-
"isESM": true,
|
822
|
-
"relativePath": [
|
823
|
-
"lib",
|
824
|
-
"commands",
|
825
|
-
"org",
|
826
|
-
"get",
|
827
|
-
"snapshot.js"
|
828
|
-
],
|
829
|
-
"aliasPermutations": [
|
830
|
-
"force:org:snapshot:get",
|
831
|
-
"org:force:snapshot:get",
|
832
|
-
"org:snapshot:force:get",
|
833
|
-
"org:snapshot:get:force",
|
834
|
-
"force:snapshot:org:get",
|
835
|
-
"snapshot:force:org:get",
|
836
|
-
"snapshot:org:force:get",
|
837
|
-
"snapshot:org:get:force",
|
838
|
-
"force:snapshot:get:org",
|
839
|
-
"snapshot:force:get:org",
|
840
|
-
"snapshot:get:force:org",
|
841
|
-
"snapshot:get:org:force",
|
842
|
-
"force:org:get:snapshot",
|
843
|
-
"org:force:get:snapshot",
|
844
|
-
"org:get:force:snapshot",
|
845
|
-
"org:get:snapshot:force",
|
846
|
-
"force:get:org:snapshot",
|
847
|
-
"get:force:org:snapshot",
|
848
|
-
"get:org:force:snapshot",
|
849
|
-
"get:org:snapshot:force",
|
850
|
-
"force:get:snapshot:org",
|
851
|
-
"get:force:snapshot:org",
|
852
|
-
"get:snapshot:force:org",
|
853
|
-
"get:snapshot:org:force"
|
854
|
-
],
|
855
|
-
"permutations": [
|
856
|
-
"org:get:snapshot",
|
857
|
-
"get:org:snapshot",
|
858
|
-
"get:snapshot:org",
|
859
|
-
"org:snapshot:get",
|
860
|
-
"snapshot:org:get",
|
861
|
-
"snapshot:get:org"
|
862
|
-
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.24"
|
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.24",
|
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.
|
9
|
+
"@salesforce/core": "^8.10.0",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
12
12
|
"change-case": "^5.4.4"
|
@@ -14,16 +14,16 @@
|
|
14
14
|
"devDependencies": {
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
17
|
-
"@salesforce/dev-scripts": "^11.0.
|
17
|
+
"@salesforce/dev-scripts": "^11.0.2",
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.49",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.21",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
|
-
"oclif": "^4.17.
|
26
|
+
"oclif": "^4.17.46",
|
27
27
|
"ts-node": "^10.9.2",
|
28
28
|
"typescript": "^5.5.4"
|
29
29
|
},
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"exports": "./lib/index.js",
|
221
221
|
"type": "module",
|
222
222
|
"sfdx": {
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.24.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.24.sig"
|
225
225
|
}
|
226
226
|
}
|