[cli] add comments (#4)

Especially for godoc
This commit is contained in:
Shahidh K Muhammed
2018-06-28 14:06:25 +05:30
committed by GitHub
parent 47c73f750f
commit 6d0d75fbe3
15 changed files with 55 additions and 51 deletions

View File

@@ -15,9 +15,9 @@ hasura migrate apply [flags]
```
--down string apply all or N down migration steps
-h, --help help for apply
--type string migrate the database to a specific version specified by the timestamp
--type string type of migration (up, down) to be used with version flag (default "up")
--up string apply all or N up migration steps
--version string migrate the database to a specific version specified by the timestamp
--version string migrate the database to a specific version
```
### Options inherited from parent commands