aer server
Start a Salesforce API-compatible server
aer server [flags]Options
--addr string address to listen on (default "127.0.0.1:8080")
--api-version string Salesforce API version to expose (default "60.0")
--db string SQLite database file to use for persistent storage
--enforce-governor-limits enforce governor limit checks for API requests
-h, --help help for server
--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)
--password string password for password OAuth flow (default "password")
--schema string schema file to load (defaults to embedded schema)
--source strings Apex source paths (.cls files or directories) to preload
--username string username for password OAuth flow (default "aer")Options inherited from parent commands
-q, --quiet suppress progress output
-v, --verbose enable verbose outputSEE ALSO
- aer - aer is the Apex Execution Runtime