Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.

feat: skip file list output after packaging - #75

Merged
GeekyEggo merged 4 commits into
mainfrom
skip-output
Aug 8, 2026
Merged

feat: skip file list output after packaging#75
GeekyEggo merged 4 commits into
mainfrom
skip-output

Conversation

@GeekyEggo

@GeekyEggo GeekyEggo commented Aug 8, 2026

Copy link
Copy Markdown
Member

Adds --no-file-list to allow for omitting the list of packaged files after packaging.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new CLI switch to suppress the verbose “packaged files” listing while keeping the packaging summary and details output intact.

Changes:

  • Add --no-file-list to the pack command to disable printing the packaged file list.
  • Gate the “Plugin Contents” section behind the new fileList option (defaulting to enabled).
  • Document the new flag in the changelog (and normalize list indentation in nearby entries).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/commands/pack.ts Adds a fileList option (default true) and conditionally prints the packaged file list.
src/cli.ts Exposes --no-file-list on the pack command so users can disable the file listing.
CHANGELOG.md Adds a 1.8.0 entry documenting the new --no-file-list flag (and fixes formatting in existing bullets).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@GeekyEggo
GeekyEggo merged commit ac998f9 into main Aug 8, 2026
3 checks passed
@GeekyEggo
GeekyEggo deleted the skip-output branch August 8, 2026 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants