@salesforce/plugin-apex 2.2.4 → 2.2.5
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/messages/run.md +2 -2
- package/oclif.manifest.json +3 -3
- package/package.json +3 -3
package/messages/run.md
CHANGED
|
@@ -17,11 +17,11 @@ Path to a local file that contains Apex code.
|
|
|
17
17
|
|
|
18
18
|
- Execute the Apex code that's in the ~/test.apex file in the org with the specified username:
|
|
19
19
|
|
|
20
|
-
<%= config.bin %> <%= command.id %> --target-org testusername@salesforce.org --
|
|
20
|
+
<%= config.bin %> <%= command.id %> --target-org testusername@salesforce.org --file ~/test.apex
|
|
21
21
|
|
|
22
22
|
- Similar to previous example, but execute the code in your default org:
|
|
23
23
|
|
|
24
|
-
<%= config.bin %> <%= command.id %> --
|
|
24
|
+
<%= config.bin %> <%= command.id %> --file ~/test.apex
|
|
25
25
|
|
|
26
26
|
- Run the command with no flags to start interactive mode; the code will execute in your default org when you exit. At the prompt, start type Apex code and press the Enter key after each line. Press CTRL+D when finished.
|
|
27
27
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.2.
|
|
2
|
+
"version": "2.2.5",
|
|
3
3
|
"commands": {
|
|
4
4
|
"apex:run": {
|
|
5
5
|
"id": "apex:run",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"force:apex:execute"
|
|
14
14
|
],
|
|
15
15
|
"examples": [
|
|
16
|
-
"Execute the Apex code that's in the ~/test.apex file in the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org testusername@salesforce.org --
|
|
17
|
-
"Similar to previous example, but execute the code in your default org:\n<%= config.bin %> <%= command.id %> --
|
|
16
|
+
"Execute the Apex code that's in the ~/test.apex file in the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org testusername@salesforce.org --file ~/test.apex",
|
|
17
|
+
"Similar to previous example, but execute the code in your default org:\n<%= config.bin %> <%= command.id %> --file ~/test.apex",
|
|
18
18
|
"Run the command with no flags to start interactive mode; the code will execute in your default org when you exit. At the prompt, start type Apex code and press the Enter key after each line. Press CTRL+D when finished.\n<%= config.bin %> <%= command.id %>"
|
|
19
19
|
],
|
|
20
20
|
"deprecateAliases": true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
}
|
|
231
231
|
},
|
|
232
232
|
"sfdx": {
|
|
233
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.
|
|
234
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.
|
|
233
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.5.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.5.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|