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
AggregateResultsCmd.Flags().StringP("codeowners-path", "", "", "Path to the CODEOWNERS file")
185
212
AggregateResultsCmd.Flags().StringP("repo-path", "", ".", "The path to the root of the repository/project")
186
213
AggregateResultsCmd.Flags().String("repo-url", "", "The repository URL")
187
-
AggregateResultsCmd.Flags().String("branch-name", "", "Branch name for the test report")
188
-
AggregateResultsCmd.Flags().String("head-sha", "", "Head commit SHA for the test report")
189
-
AggregateResultsCmd.Flags().String("base-sha", "", "Base commit SHA for the test report")
190
-
AggregateResultsCmd.Flags().String("github-workflow-name", "", "GitHub workflow name for the test report")
191
-
AggregateResultsCmd.Flags().String("github-workflow-run-url", "", "GitHub workflow run URL for the test report")
192
-
AggregateResultsCmd.Flags().String("report-id", "", "Optional identifier for the test report. Will be generated if not provided")
193
-
AggregateResultsCmd.Flags().String("splunk-url", "", "Optional url to simultaneously send the test results to splunk")
194
-
AggregateResultsCmd.Flags().String("splunk-token", "", "Optional Splunk HEC token to simultaneously send the test results to splunk")
214
+
AggregateResultsCmd.Flags().String("current-branch", "", "Branch name for the test report (will be inferred using 'git' if not provided)")
215
+
AggregateResultsCmd.Flags().String("default-branch", "", "Name of the default branch of the repo (will be inferred using 'git' if not provided)")
216
+
AggregateResultsCmd.Flags().String("base-branch", "", "Base branch used during a PR merge (will be inferred using 'git' if not provided)")
217
+
AggregateResultsCmd.Flags().String("head-sha", "", "Head commit SHA for the test report (will be inferred using 'git' if not provided)")
218
+
AggregateResultsCmd.Flags().String("base-sha", "", "Base sha used during a PR merge (will be inferred using 'git' if not provided)")
219
+
AggregateResultsCmd.Flags().String("github-workflow-name", "", "GitHub workflow name for the test report (will be inferred from github data if not provided)")
220
+
AggregateResultsCmd.Flags().String("github-workflow-run-url", "", "GitHub workflow run URL for the test report (will be inferred from github data if not provided)")
221
+
AggregateResultsCmd.Flags().String("report-id", "", "Optional identifier for the test report (will be generated if not provided)")
222
+
AggregateResultsCmd.Flags().String("splunk-url", "", "Optional url to send the test results to splunk")
223
+
AggregateResultsCmd.Flags().String("splunk-token", "", "Optional Splunk HEC token to send the test results to splunk")
195
224
AggregateResultsCmd.Flags().String("splunk-event", "manual", "Optional Splunk event to send as the triggering event for the test results")
0 commit comments