xcrun altool command-line tool (where is the documentation for "altool" arguments?)

The altool has various arguments. Where is the documentation for these arguments?


xcrun altool --notarize-app


In particular, is there an argument that can be added so that Terminal displays progress information?


Terminal seems to hang and fails to display "Result: ..."

Replies

xcrun altool --notarize-app --verbose

You can find the official documentation for

altool
in Using Application Loader. For a quick summary, use the
--help
option:
$ xcrun altool --help
… lots of good stuff …

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"