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
changelogs: Add --plan flag to changelog bundle (#3028)
* Add --plan flag to bundle
* Update bundle docs
* use UrlPath
* Fix merge mishap
* Add allowlist and https checks for report URLs
* Use ScopedFileSystem, update xml docs
* Adjust test names
* Fix tests on Windows
* Sanitize paths
* Use OptionalWindowsReplace
Copy file name to clipboardExpand all lines: docs/cli/changelog/bundle.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ The second argument (`[1]`) and optional third argument (`[2]`) accept the follo
54
54
-**Promotion report file** — A path to a downloaded `.html` file containing a promotion report.
55
55
-**URL list file** — A path to a plain-text file containing one fully-qualified GitHub PR or issue URL per line. For example, `https://github.com/elastic/elasticsearch/pull/123`. The file must contain only PR URLs or only issue URLs, not a mix. Bare numbers and short forms such as `owner/repo#123` are not allowed.
56
56
57
+
## General options
58
+
59
+
These options work with both profile-based and option-based modes.
60
+
61
+
`--plan`
62
+
: Output a structured set of CI step outputs (`needs_network`, `needs_github_token`, `output_path`) describing Docker flags, network requirements, and the resolved output path, then exit without generating the bundle. Intended for CI actions that need to determine container configuration before running the actual bundle step. When running outside GitHub Actions, the output is written to stdout.
63
+
57
64
## Options
58
65
59
66
The following options are only valid in option-based mode (no profile argument).
0 commit comments