Note in --verbose help that the extra output may include sensitive data - #8205
Note in --verbose help that the extra output may include sensitive data#8205isaacroldan wants to merge 2 commits into
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7da8e51 to
c592b60
Compare
c592b60 to
60924b8
Compare
298f7e7 to
6d850a6
Compare
6d850a6 to
4ce3af0
Compare
4ce3af0 to
d47f121
Compare
d47f121 to
512c5af
Compare
512c5af to
7d3c98d
Compare
Redaction is best effort, so the flag that turns on the payload dump should say so. Regenerates the manifests, README and dev docs that embed the description.
7d3c98d to
51d7ec3
Compare
|
| Command | Flag |
|---|---|
store:delete |
--force |
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/common/version.d.ts@@ -1 +1 @@
-export declare const CLI_KIT_VERSION = "4.6.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "4.5.0";
\ No newline at end of file
|

WHY are these changes introduced?
Redaction of the analytics payload is best effort (see #8198, which this stacks on), so the flag that turns the payload dump on should say as much.
WHAT is this pull request doing?
One clause added to the
--verbosedescription inpublic/node/cli.ts:The rest of the diff is regeneration. The description is embedded once per command in the manifests, the CLI README and the dev docs data, and
tests-pr.ymlfails if any of them are stale, sopnpm refresh-manifestsandpnpm build-dev-docsaccount for ~520 of the lines here.How to test your changes?
The
--verboseline shows the added sentence.Checklist
patch) and added a changeset🤖 Generated with Claude Code