cli: update docs to remove realize specific instructions (#4398)

This commit is contained in:
Shraddha Agrawal 2020-04-14 08:42:53 +05:30 committed by GitHub
parent cba85cd4a8
commit a1796c2c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,21 +37,7 @@ follow the instructions below to make sure the import paths are correct:
## Development workflow
We suggest using [realize](https://github.com/oxequa/realize) for faster dev
workflow. The `.realize.yaml` config is already included in the repo.
- Install realize
```bash
go get github.com/oxequa/realize
```
- Start realize
```bash
realize start
```
`realize` watches the directory for changes and rebuilds the cli whenever a new
change happens. The cli is installed to `$GOPATH/bin/hasura`, which should
already be in your `PATH`. The config is located at `.realize/realize.yaml`.
For faster development workflow, you may use tools that watch the directory for changes and rebuilds the cli whenever a new change happens. [realize](https://github.com/oxequa/realize) and [watchrun](https://github.com/loov/watchrun) are two such examples. The configuration file for `realize` is already included in the repo at `.realize/realize.yaml`.
## Tests