We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Everyone
trying to create new Realm App using realm-cli app create --remote to clone existing app but i get this error
realm-cli app create --remote
app create failed: error validating Service: "service_name": could not find secret “value_name”
it seems that the app creation with --remote should clone secrets first or i’m doing something wrong
here is my full command:
realm-cli app create --name my-app --remote app-id --local my-app --location DE-FF --deployment-model LOCAL --environment qa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Everyone
trying to create new Realm App using
realm-cli app create --remote
to clone existing app but i get this errorapp create failed: error validating Service: "service_name": could not find secret “value_name”
it seems that the app creation with --remote should clone secrets first or i’m doing something wrong
here is my full command:
realm-cli app create --name my-app --remote app-id --local my-app --location DE-FF --deployment-model LOCAL --environment qa
The text was updated successfully, but these errors were encountered: