You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/run.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,25 @@ Run a Data Code Extension %s package locally using data from your Salesforce Org
6
6
7
7
Executes an initialized Data Cloud custom code package against a Salesforce org. The package must be initialized before running. Supports both script and function packages with optional config file and dependencies overrides.
8
8
9
-
# examples
9
+
# examples.script
10
10
11
-
- Run a %s package against the org with alias "myorg":
11
+
- Run a script package against the org with alias "myorg":
12
12
13
-
<%= config.bin %> data-code-extension %s run --entrypoint ./my-package/entrypoint.py --target-org myorg
13
+
<%= config.bin %> data-code-extension script run --entrypoint ./my-script-package/entrypoint.py --target-org myorg
Copy file name to clipboardExpand all lines: messages/scan.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,41 @@ Scan the Data Code Extension %s package for permissions and dependencies.
6
6
7
7
Scans Python files in an initialized Data Code Extension package directory to identify required permissions and dependencies. Updates the config.json and requirements.txt files based on the code analysis.
0 commit comments