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
The 3 commit messages above will be parsed and the plugin will return the following space-separated string, sorted alphabetically:
25
+
The 3 commit messages above will be parsed to retrieve all test classes found using the regular expression. Test classes can be separated by commas, spaces, or both in the commit message. This plugin will separate all tests by a single space and sort them alphabetically when creating the final output.
-f, --from=<value> Git commit SHA from where the commit message log is done. This SHA's commit message will be included in the results.
69
71
-t, --to=<value> [default: HEAD] Git commit SHA to where the commit message log is done.
70
72
-e, --regular-expression=<value> [default: regex.txt] The text file containing the Apex Tests regular expression to search for.
73
+
--output=<value> [default: runTests.txt] The text file to save the delta test classes to.
71
74
72
75
GLOBAL FLAGS
73
76
--json Format output as json.
@@ -76,5 +79,5 @@ DESCRIPTION
76
79
Given 2 git commits, this plugin will parse all of the commit messages between this range, including the '--from' commit, and return the delta Apex test class string. This can be used to execute delta deployments.
77
80
78
81
EXAMPLES
79
-
$ sf apex-tests-git-delta delta --from "abcdef" --to "ghifb" --regular-expression "regex.txt"
0 commit comments