v2.0.0-rc.1
Pre-release
Pre-release
What's Changed
- Added support for Windows.
- Added support for Linux.
- Added support for generating autocompletion script using the
completion
command. - Implemented new
auth info
command. - Implemented
--verbose
flag that replaces the--debug-level
flag to enable verbose logging. - Implemented
--format
which allows specifying logs output format to either text or json (default: text). - Implemented flag
--non-interactive
flag to disable running the tool in an interactive session. - The relevant command (i.e. purchase) will now automatically determine the country and the device family from the authenticated account. The following flags have been deprecated.
--country
--device-family
- Improved structured logging.
- Improved error handling.
- Improved support for automated systems.
- Added unit tests to cover the majority of the private App Store API logic.
Full Changelog: v1.1.4...v2.0.0-rc.1