Installation
The plumesign CLI is included with Impactor. Once installed, you can run it from your terminal:Available commands
plumesign provides four main commands:sign
Sign iOS app bundles (.app) or packages (.ipa) with certificates and provisioning profiles.account
Manage Apple Developer account authentication, list certificates, devices, and app IDs.device
Install apps to connected iOS devices and manage device pairing.macho
Inspect and modify Mach-O binaries, including entitlements and dynamic library dependencies.Global behavior
All plumesign commands use debug-level logging by default. Command output includes detailed progress information and any errors encountered during execution.Configuration directory
plumesign stores account credentials and certificates in:- macOS/Linux:
~/.config/PlumeImpactor/ - Windows:
%APPDATA%\PlumeImpactor\
Getting help
For help with any command, use the--help flag: