Skip to content

Commit

Permalink
Update CLI usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dadlerj committed Jun 26, 2018
1 parent 6070aa8 commit 2ca5473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ Options:
-help Print usage
Commands:
create [-ext E] [-dir D] NAME
Create a set of timestamped up/down migrations titled NAME, in directory D with extension E
create [-ext E] [-dir D] [-seq] [-digits N] [-format] NAME
Create a set of timestamped up/down migrations titled NAME, in directory D with extension E.
Use -seq option to generate sequential up/down migrations with N digits.
Use -format option to specify a Go time format string.
goto V Migrate to version V
up [N] Apply all or N up migrations
down [N] Apply all or N down migrations
Expand Down

0 comments on commit 2ca5473

Please sign in to comment.