docs: remove stale --osx-sign.entitlements CLI options from usage.txt#1932
Open
claude[bot] wants to merge 1 commit into
Open
docs: remove stale --osx-sign.entitlements CLI options from usage.txt#1932claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
Fixes #1854 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gjy8Kvb56YvEgBhhGEqeNF
8163e39 to
af9ef2d
Compare
MarshallOfSound
approved these changes
Jul 3, 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.
Requested by Samuel Attard · Slack thread
yarn lintpasses; no code changes)Summarize your changes:
Before:
--help(viausage.txt) promised that--osx-sign.entitlementsand--osx-sign.entitlements-inheritcould be used to set signing entitlements from the CLI. In reality, since@electron/osx-sign>= 1.0 these flags are silently ignored and the default entitlements are used instead: per-file signing options such asentitlementscan only be supplied through anoptionsForFilefunction on the sign options, which the CLI's dot-notation cannot express (andentitlements-inheritno longer exists as an option at all).After: the help text no longer advertises the non-functional flags. It keeps the working
identityexample and adds a note that per-file signing options such as custom entitlements cannot be set from the CLI, pointing users to the JavaScript API'sosxSign.optionsForFilefunction and the@electron/osx-signdocs.No other docs make the same stale claim (
README,docs/, and JSDoc were checked); thebinariesJSDoc inaccuracy insrc/types.tsis tracked separately in #1723.Fixes #1854
🤖 Generated with Claude Code
https://claude.ai/code/session_01Gjy8Kvb56YvEgBhhGEqeNF
Generated by Claude Code