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
Hi, in my build pipeline I want to generate realm schemas based on mongo collection schemas.
I used the following command: realm-cli schemas datamodel -l javascript -o ./realm/schema.js
realm-cli schemas datamodel -l javascript -o ./realm/schema.js
This works great except for one thing - my schema.js file also contains the realm-cli message
schema.js
We would very much like to be able to turn off verbose output, something like the "--no-verbose" flag.
The text was updated successfully, but these errors were encountered:
Temporary workaround sed -i '.backup' '1s/^/\/\/ /' ./realm/schema.js
sed -i '.backup' '1s/^/\/\/ /' ./realm/schema.js
Sorry, something went wrong.
No branches or pull requests
Hi, in my build pipeline I want to generate realm schemas based on mongo collection schemas.
I used the following command:
realm-cli schemas datamodel -l javascript -o ./realm/schema.js
This works great except for one thing - my
schema.js
file also contains the realm-cli messageWe would very much like to be able to turn off verbose output, something like the "--no-verbose" flag.
The text was updated successfully, but these errors were encountered: