graphql-engine/cli/.realize.yaml
Shahidh K Muhammed e0a4ee88fe
cli: updates to support console versioning etc (#30)
* cli: fix version command and makefile

* cli: update console asset versioning format

* cli: change .realize from dir to file

* cli: update dependencies
2018-07-03 14:54:46 +05:30

39 lines
602 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
watcher:
paths:
- /
- ../../
extensions:
- go
ignored_paths:
- ../../.git
- ../../.realize
- ../../vendor
- ../../docs
- ../../build
- ../../vendor.orig