Deploy Changes with Realm CLI¶
Overview¶
You can deploy changes to your Realm app with Realm CLI by importing an application directory with configuration files that define the updated app.
Prerequisites¶
- A MongoDB Atlas programmatic API Key.
- A properly installed copy of
realm-cli
that has been added to your systemPATH
.
Procedure¶
This procedure uses version 2 of Realm CLI. If you have an older version of
Realm CLI, upgrade to the latest version or run realm-cli
--help
for a
list of commands supported in your version.
Pull the Latest Version of Your App¶
You'll need a local copy of your application's configuration files. To pull a local copy of the latest version of your app, run the following:
realm-cli pull --remote="<Your App ID>"
You can also download a copy of your application's configuration files from the Deploy > Import/Export App screen in the Realm UI.
Update Your Application¶
Add, delete, and modify configuration files for your application's various components.
Deploy the Updated App¶
Once you've updated your app's configuration files, you can push them to your remote app. Realm CLI immediately deploys the updated configurations on push.
realm-cli push --remote="<Your App ID>"