feat: adds authorization remove command @W-23970421@ - #1280
Merged
tshopshireSalesforce merged 1 commit intoAug 31, 2026
Merged
Conversation
tshopshireSalesforce
requested review from
btrn11 and
sshyamala-sfdc
and removed request for
a team
August 28, 2026 19:54
jshackell-sfdc
left a comment
Contributor
There was a problem hiding this comment.
See my suggestion.
|
|
||
| # description | ||
|
|
||
| Remove one authorization matching the subscriber org ID. Without --package, the command removes the authorization that isn't scoped to a package; specify --package to remove a package-scoped authorization. |
Contributor
There was a problem hiding this comment.
Suggested change
| Remove one authorization matching the subscriber org ID. Without --package, the command removes the authorization that isn't scoped to a package; specify --package to remove a package-scoped authorization. | |
| Remove one authorization matching the subscriber org ID. Specify --package to remove a package-scoped authorization. |
Contributor
There was a problem hiding this comment.
Okay? The double-negative is confusing, so I think it's fine to just leave the positive section. If I've removed something important, please try not to use a double-negative.
Collaborator
Author
Hey Juliet, we were planning on having one doc review for all of the messages once we have completed the functional work. That way everything will be cohesive and can be done in one go. |
btrn11
approved these changes
Aug 31, 2026
tshopshireSalesforce
merged commit Aug 31, 2026
fc34d10
into
packaging-distribution/spi
14 checks passed
tshopshireSalesforce
deleted the
t/packaging-distribution/authorizeremove
branch
August 31, 2026 18:48
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.
What does this PR do?
Adds authorization remove command for Limited Packages.
What issues does this PR fix or reference?