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
3
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-helper
Usage
fauna-deploy myschema.gql
You 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.