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

Allow running altool action in validate mode #8

Open
mgrebenets opened this issue May 20, 2019 · 0 comments
Open

Allow running altool action in validate mode #8

mgrebenets opened this issue May 20, 2019 · 0 comments

Comments

@mgrebenets
Copy link

Sometimes it's desirable to validate the app only, but not to upload it.
The difference in actual altool command is --upload-app vs --validate-app, however the wrapper hard-codes it to use --upload-app.

Maybe having altool_validate and altool_upload actions would be an option?
Or having an "action" parameter to altool defaulted to :upload?
E.g.

altool(action: :upload, ...) and altool(action: :validate)...

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

No branches or pull requests

1 participant