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

Add parameter "--no-verbose" #225

Open
paulcervov opened this issue Nov 17, 2021 · 1 comment
Open

Add parameter "--no-verbose" #225

paulcervov opened this issue Nov 17, 2021 · 1 comment

Comments

@paulcervov
Copy link

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 message

cant_turn_off_realm_cli_message

We would very much like to be able to turn off verbose output, something like the "--no-verbose" flag.

@paulcervov
Copy link
Author

Temporary workaround sed -i '.backup' '1s/^/\/\/ /' ./realm/schema.js

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