I want my developers to use only project level .rovodev instead of ~/.rovodev as they work on many projects. is this possible to disable ~/.rovodev at user level?
@Amit Gupta You can’t fully disable ~/.rovodev today. The CLI always loads the user-level config first, and the project-level .rovodev overrides whatever it can. The closest workaround is keeping the user config minimal (or empty) and placing all real config in the project folder. The team hasn’t shipped a “user-config off” flag yet, so project-only mode isn’t supported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.