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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Initialize the mongoose-cli using mongoose init
using .mongooserc from readme
const path = require('path'); module.exports = { 'config': path.resolve('config', 'database.json'), 'models-path': path.resolve('db', 'models'), 'seeders-path': path.resolve('db', 'seeders'), 'migrations-path': path.resolve('db', 'migrations') }
Setup the folders for migrations, seeders, etc
Error of: Unknown arguments: seeders-path, seedersPath
I noticed looking at the code in the core/yargs code that it actually doesn't exist. If this is intentional please remove it from the readme thank you
Mongoosejs CLI version: Latest Mongoose version: Latest
The text was updated successfully, but these errors were encountered:
Sorry, it wasn't left out intentionally. I'll fix it and push a new version of the package by tomorrow same time. Thanks for the notice.
UPDATE: I have patched the issue and released a new version. I tested it and works for me. Please try it out and lemme know if it works at your end.
Sorry, something went wrong.
The seeders-path config now works Thank you for the update and fast response
Sure no problem. Feel free to open a new issue if anything happens.
No branches or pull requests
What you are doing?
Initialize the mongoose-cli using mongoose init
using .mongooserc from readme
What do you expect to happen?
Setup the folders for migrations, seeders, etc
What is actually happening?
Error of:
Unknown arguments: seeders-path, seedersPath
I noticed looking at the code in the core/yargs code that it actually doesn't exist. If this is intentional please remove it from the readme thank you
Mongoosejs CLI version: Latest
Mongoose version: Latest
The text was updated successfully, but these errors were encountered: