{"id":13407431,"url":"https://github.com/sequelize/cli","last_synced_at":"2026-01-05T21:20:32.142Z","repository":{"id":16393049,"uuid":"19143802","full_name":"sequelize/cli","owner":"sequelize","description":"The Sequelize CLI","archived":false,"fork":false,"pushed_at":"2025-05-05T16:40:13.000Z","size":2225,"stargazers_count":2556,"open_issues_count":138,"forks_count":530,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-05-05T22:42:00.088Z","etag":null,"topics":["cli","hacktoberfest","javascript","migrations","seeders","sequelize"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sequelize.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":"sequelize","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-25T11:27:44.000Z","updated_at":"2025-05-05T15:30:10.000Z","dependencies_parsed_at":"2024-04-09T19:37:44.496Z","dependency_job_id":"85f9353b-3239-4108-985f-c9a01c1affb1","html_url":"https://github.com/sequelize/cli","commit_stats":{"total_commits":941,"total_committers":104,"mean_commits":9.048076923076923,"dds":0.6609989373007439,"last_synced_commit":"2571924a9ed4e8d2f8bbb1ba606d72e8a9debe35"},"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequelize%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequelize%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequelize%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequelize%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sequelize","download_url":"https://codeload.github.com/sequelize/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253128005,"owners_count":21858372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","hacktoberfest","javascript","migrations","seeders","sequelize"],"created_at":"2024-07-30T20:00:40.012Z","updated_at":"2026-01-05T21:20:32.108Z","avatar_url":"https://github.com/sequelize.png","language":"JavaScript","readme":"# sequelize/cli [![npm version](https://badge.fury.io/js/sequelize-cli.svg)](https://npmjs.com/package/sequelize-cli) [![CI](https://github.com/sequelize/cli/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sequelize/cli/actions/workflows/ci.yml)\n\nThe [Sequelize](https://sequelize.org) Command Line Interface (CLI)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [Documentation](#documentation)\n\n## Installation\n\nMake sure you have [Sequelize](https://sequelize.org) installed. Then install the Sequelize CLI to be used in your project with\n\n```bash\nnpm install --save-dev sequelize-cli\n```\n\nAnd then you should be able to run the CLI with\n\n```bash\nnpx sequelize --help\n```\n\n### Usage\n\n```bash\nSequelize CLI [Node: 10.21.0, CLI: 6.0.0, ORM: 6.1.0]\n\nsequelize \u003ccommand\u003e\n\nCommands:\n  sequelize db:migrate                        Run pending migrations\n  sequelize db:migrate:schema:timestamps:add  Update migration table to have timestamps\n  sequelize db:migrate:status                 List the status of all migrations\n  sequelize db:migrate:undo                   Reverts a migration\n  sequelize db:migrate:undo:all               Revert all migrations ran\n  sequelize db:seed                           Run specified seeder\n  sequelize db:seed:undo                      Deletes data from the database\n  sequelize db:seed:all                       Run every seeder\n  sequelize db:seed:undo:all                  Deletes data from the database\n  sequelize db:create                         Create database specified by configuration\n  sequelize db:drop                           Drop database specified by configuration\n  sequelize init                              Initializes project\n  sequelize init:config                       Initializes configuration\n  sequelize init:migrations                   Initializes migrations\n  sequelize init:models                       Initializes models\n  sequelize init:seeders                      Initializes seeders\n  sequelize migration:generate                Generates a new migration file      [aliases: migration:create]\n  sequelize model:generate                    Generates a model and its migration [aliases: model:create]\n  sequelize seed:generate                     Generates a new seed file           [aliases: seed:create]\n\nOptions:\n  --version  Show version number                                                  [boolean]\n  --help     Show help                                                            [boolean]\n\nPlease specify a command\n```\n\n## Contributing\n\nAll contributions are accepted as a PR.\n\n- You can file issues by submitting a PR (with test) as a test case.\n- Implement new feature by submitting a PR\n- Improve documentation by submitting PR to [Sequelize](https://github.com/sequelize/sequelize)\n\nPlease read the [contributing guidelines](CONTRIBUTING.md).\n\n## Documentation\n\n- [Migrations Documentation](https://sequelize.org/master/manual/migrations.html)\n- [CLI Options](docs/README.md)\n- [Frequently Asked Questions](docs/FAQ.md)\n","funding_links":["https://opencollective.com/sequelize"],"categories":["JavaScript","cli","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequelize%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsequelize%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequelize%2Fcli/lists"}