aer storage sync
Sync Salesforce records into a SQLite database
Synopsis
Fetch records from Salesforce and upsert them into the local SQLite database. All specified objects are queried in full and synced so the database matches the org.
aer storage sync [objects...] [flags]Options
-a, --account string Salesforce account/org to use (default: active)
--db string SQLite database file to update (required)
-h, --help help for sync
--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)
-s, --schema string schema file to load (required)Options inherited from parent commands
-q, --quiet suppress progress output
-v, --verbose enable verbose outputSEE ALSO
- aer storage - Manage storage backends