graphql-engine/cli/.realize.yaml
Aravind 204f02fc62 cli: update go-binddata, fix realize (close #3588) (#3687)
* use a maintained version of go-binddata, fix error in `realize
start`

* run go mod tidy
2020-01-13 15:24:41 +05:30

40 lines
627 B
YAML
Executable File

settings:
files:
outputs:
status: false
name: outputs.log
logs:
status: false
name: logs.log
errors:
status: false
name: errors.log
legacy:
force: false
interval: 100ms
server:
status: false
open: false
port: 5001
host: localhost
schema:
- name: hasura-graphql-engine
path: cmd/hasura
commands:
install:
status: true
method: go install
watcher:
paths:
- /
- ../../
extensions:
- go
ignored_paths:
- ../../.git
- ../../.realize
- ../../vendor
- ../../docs
- ../../build
- ../../vendor.orig