Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloning a realm app creates an identical realm_config.json file locally #193

Open
obianachebe opened this issue Aug 1, 2021 · 0 comments

Comments

@obianachebe
Copy link

Goals

I would like to clone a new realm from an existing realm app.

Expected Results

I expect realm-cli to clone everything from my existing realm app, but to create a unique realm_config.json file locally

Actual Results

A new realm app is created from the existing realm app. However, the local realm_config.json file for the new app is the exact same as the existing realm app's config file. In Realm UI, the new app has a unique name and ID.

Steps to Reproduce

> realm-cli apps create --remote [EXISTING_APP_ID] --name [NEW_APP_NAME]
> cd ./[NEW_APP_NAME] && realm-cli app describe

Observe that the returned app description contains the existing app ID instead of the new app ID.

Realm CLI Version: realm-cli version 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant