Cli: Sequelize message "is not in your gulpfile"

Created on 24 Jun 2015  路  2Comments  路  Source: sequelize/cli

I'm running the following command: sequelize migration:create addNewadmintovideos

And I'm getting this output:

Sequelize [Node: 0.12.3, CLI: 1.7.0, ORM: 3.3.1]

Loaded configuration file "config/config.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.js
Task 'addNewAdminToVideos' is not in your gulpfile

Most helpful comment

Please try migration:create --name

On Wed, Jun 24, 2015 at 10:03 PM, Bruno Siqueira [email protected]
wrote:

I'm running the following command: sequelize migration:create addNewadmintovideos
And I'm getting this output:
Sequelize [Node: 0.12.3, CLI: 1.7.0, ORM: 3.3.1]
Loaded configuration file "config/config.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.js

Task 'addNewAdminToVideos' is not in your gulpfile

Reply to this email directly or view it on GitHub:
https://github.com/sequelize/cli/issues/143

All 2 comments

Please try migration:create --name

On Wed, Jun 24, 2015 at 10:03 PM, Bruno Siqueira [email protected]
wrote:

I'm running the following command: sequelize migration:create addNewadmintovideos
And I'm getting this output:
Sequelize [Node: 0.12.3, CLI: 1.7.0, ORM: 3.3.1]
Loaded configuration file "config/config.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.js

Task 'addNewAdminToVideos' is not in your gulpfile

Reply to this email directly or view it on GitHub:
https://github.com/sequelize/cli/issues/143

Thank you, @sdepold. Sorry for the "did not read the help doc" question.

Was this page helpful?
0 / 5 - 0 ratings