aer run
Parse, compile, and run a single Apex method
aer run [ClassName.methodName] [flags]Options
--enforce-governor-limits enforce governor limit checks during method execution
-h, --help help for run
--package strings package files to load (can be specified multiple times)
--package-dir strings directories containing .pkg files to load (can be specified multiple times)
-p, --path strings source files or directories with .cls files (can be specified multiple times) (default [.])
--profile file write Apex profiling data to file (pprof format)
--sandbox set Organization.IsSandbox to true
-s, --schema string schema file to load for SObject support
--trace file write Apex execution trace to fileOptions inherited from parent commands
-q, --quiet suppress progress output
-v, --verbose enable verbose outputSEE ALSO
- aer - aer is the Apex Execution Runtime