[docs] Update documentation for trial --dry-run flag#13874
Merged
Conversation
Add documentation for the new --dry-run flag added to the trial command in PR #13804. This flag allows users to preview trial operations without executing workflows or creating repositories. Changes: - Updated CLI reference to include --dry-run flag and usage example - Added "Dry-Run Mode" section to TrialOps guide - Updated "Development Workflow" best practices to include dry-run step Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Author
🔍 PR Triage ResultsCategory: docs | Risk: low | Priority: 55/100 Scores Breakdown
📋 Recommended Action: fast_trackDocumentation for new feature should be fast-tracked to keep docs current. Low risk, clear changes, automated workflow. Triaged by PR Triage Agent on 2026-02-05
|
This was referenced Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - February 5, 2026
This PR updates the documentation to reflect the new
--dry-runflag added to thetrialcommand in the last 24 hours.Features Documented
--dry-runflag that allows previewing trial operations without executing workflows or creating repositoriesChanges Made
Updated
docs/src/content/docs/setup/cli.md:--dry-runflag to the trial command example--dry-runto the list of trial command optionsUpdated
docs/src/content/docs/guides/trialops.md:Merged PRs Referenced
Notes
The dry-run feature is a valuable addition for users who want to verify trial configuration before creating repositories and running workflows. The documentation now guides users to use
--dry-runas a preview step in their workflow development process.