You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)...
The text was updated successfully, but these errors were encountered:
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
andaltool_upload
actions would be an option?Or having an "action" parameter to
altool
defaulted to:upload
?E.g.
altool(action: :upload, ...)
andaltool(action: :validate)
...The text was updated successfully, but these errors were encountered: