realm-cli pull
On this page
Exports the latest version of your Realm app into your local directory (alias: export)
Pulls changes from your remote Realm app into your local directory. If applicable, Hosting Files and/or Dependencies associated with your Realm app will be exported as well.
Syntax
realm-cli pull [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--local | string | false | Specify a local filepath to export a Realm app to |
--remote | string | false | Specify the name or ID of a remote Realm app to export |
-d, --include-dependencies | false | Export and include Realm app dependencies | |
-s, --include-hosting | false | Export and include Realm app hosting files | |
-x, --dry-run | false | Run without writing any changes to the local filepath | |
-t, --template | string | false | Specify the Template ID that is used for this Realm app |
-h, --help | false | help for pull |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
--profile | string | false | Specify your profile (Default value: "default") (default "default") |
--telemetry | String | false | Enable/Disable CLI usage tracking for your current profile (Default value: "on"; Allowed values: "on", "off") |
-o, --output-target | string | false | Write CLI output to the specified filepath |
-f, --output-format | String | false | Set the CLI output format (Default value: <blank>; Allowed values: <blank>, "json") |
--disable-colors | false | Disable all CLI output styling (e.g. colors, font styles, etc.) | |
-y, --yes | false | Automatically proceed through CLI commands by agreeing to any required user prompts |
Auto generated by cobra2snooty on 16-Aug-2021