Scroll to navigation

PyInstaller Archive Viewer(1) User Commands PyInstaller Archive Viewer(1)

NAME

pyi-archive_viewer - View a PyInstaller archive

DESCRIPTION

usage: pyi-archive_viewer [-h] [-l] [-r] [-b] [--log-level LEVEL] pyi_archive

positional arguments:

PyInstaller archive to process (required).

options:

Show this help message and exit.
List the archive contents and exit (default: False).
Recursively print an archive log (default: False). Implies --list.
When displaying archive contents, show only file names. (default: False).
Amount of detail in build-time console messages. LEVEL may be one of TRACE, DEBUG, INFO, WARN, DEPRECATION, ERROR, FATAL (default: INFO). Also settable via and overrides the PYI_LOG_LEVEL environment variable.
October 2024 version 6.10.0