gestalt-cli

0.0.20 • Public • Published

gestalt-cli

npm version

Gestalt CLI includes the command line tools for using Gestalt:

npm install -g gestalt-cli

and then

  • gestalt init {name} - scaffolds a new project
  • gestalt migrate
    • updates schema.json from schema.graphql
    • generates and runs database schema migrations based on changes to your schema.graphql file.
    • options
      • --url <path> sets database url
      • --mutations-directory <path> sets the directory of your mutation files
      • --mutations-glob <pattern> sets a glob pattern for selecting mutation files

Readme

Keywords

none

Package Sidebar

Install

npm i gestalt-cli

Weekly Downloads

31

Version

0.0.20

License

MIT

Last publish

Collaborators

  • charlieschwabacher