pgroll/cmd
Andrew Farries 37b75384a9
Add a --complete flag to to the start command (#33)
If set, complete the migration immediately after starting it.

For example:

```bash
go run start examples/02_create_another_table.json --complete
```

Completes the migration immediately, without the user having to run
`complete`.
2023-07-18 09:08:49 +01:00
..
analyze.go Reimplement analyze subcommand (#24) 2023-07-11 08:13:23 +01:00
complete.go Add migrations state handling (#7) 2023-06-28 11:10:03 +02:00
init.go Add migrations state handling (#7) 2023-06-28 11:10:03 +02:00
rollback.go Add migrations state handling (#7) 2023-06-28 11:10:03 +02:00
root.go Add a --complete flag to to the start command (#33) 2023-07-18 09:08:49 +01:00
start.go Add a --complete flag to to the start command (#33) 2023-07-18 09:08:49 +01:00
status.go Add status subcommand (#25) 2023-07-11 11:07:18 +01:00