aer package mock
Create a .pkg file from a managed package installed in the org
Synopsis
Queries the org for the package’s objects, fields, record types, global value sets, permission sets, Apex, Visualforce pages, and custom tabs, and creates a package file with the namespace stripped for portability
aer package mock <namespace> [flags]Options
-a, --account string Salesforce account/org to use (default: active)
-h, --help help for mock
--include-deprecated include classes, methods, and properties with @Deprecated annotation
-o, --output string output package file (defaults to <namespace>.pkg)Options inherited from parent commands
--help-aerrc show how the .aerrc configuration file works and exit
-q, --quiet suppress progress output
-v, --verbose count increase verbosity (repeat for more detail)SEE ALSO
- aer package - Manage Apex packages