Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for and document --deep for subresources #316

Merged
merged 1 commit into from
May 15, 2024

Conversation

MarshallOfSound
Copy link
Member

@MarshallOfSound MarshallOfSound commented May 14, 2024

Adds docs, example and impl for using --deep in the "right" way.

Fixes #240

@MarshallOfSound MarshallOfSound requested a review from a team as a code owner May 14, 2024 20:12
@@ -286,6 +288,10 @@ async function signApplication (opts: ValidatedSignOptions, identity: Identity)
perFileArgs.push('--options', [...new Set(optionsArguments)].join(','));
}

if (perFileOptions.additionalArguments) {
perFileArgs.push(...perFileOptions.additionalArguments);
Copy link
Member

Choose a reason for hiding this comment

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

Question: doesn't this allow users to override the args that we're setting, and how bad would that be?

Copy link
Member Author

Choose a reason for hiding this comment

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

doesn't this allow users to override the args that we're setting

This operation is additive, meaning that all our existing args will be set. This just allows folks to provide "additional" arguments.

@MarshallOfSound MarshallOfSound merged commit 4e9ffce into main May 15, 2024
4 checks passed
@MarshallOfSound MarshallOfSound deleted the deep branch May 15, 2024 01:48
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deep signing equivalent?
2 participants