trigger sequelize-cli db:migrate directly without having to use npx

Open
#1,302 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, node.js

Research direction

Start by checking how sequelize-cli is installed and how the sequelize-cli db:migrate entry point is exposed without npx. Compare the documented invocation with the package's available binary and verify whether the migration command runs directly; done means a supported direct invocation is documented or implemented without requiring npx.

Written by the indexing model from the issue text.

Description

I am going to use sequelize cli but the issue is when I install npx to be able to do the following

npx sequelize-cli db:migrate

we get a lot of vulnerabilities coming from the package manager
is there a way to trigger sequelize-cli db:migrate directly without using npx?

Dominant language
JavaScript
Stars
2.6k
Forks
524
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sequelize/cli

All issues in sequelize/cli

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.