README
gestalt-cli
Gestalt CLI includes the command line tools for using Gestalt:
npm install -g gestalt-cli
and then
gestalt init {name}- scaffolds a new projectgestalt migrate- updates
schema.jsonfromschema.graphql - generates and runs database schema migrations based on changes to your
schema.graphqlfile.
- updates