faunadb-deploy-helper
v0.1.4
Published
A package to help with deploying a GQL schema to FaunaDB, intended for use in CD pipelines
Downloads
4
Readme
FaunaDB Deployment Helper
This is a package to facilitate deploying a FaunaDB GraphQL schema from a Continuous Deployment pipeline.
Installation
npm install --save-dev faunadb-deploy-helperUsage
fauna-deploy myschema.gqlYou can use the optional --override flag to specify override mode. Without the override flag, merge mode is used. See the Fauna Docs for more on the schema import modes.
