pgroll/cmd
Andrew Farries 0fb46f24f4
Change signature of migrations.ReadMigrationFile (#177)
Read migrations from from an abitrary `io.Reader` rather than a
filename.

The CLI is concerned with files, but the module API should work with a
`Reader`.
2023-10-06 15:48:56 +01:00
..
flags Allow CLI flags to be specified by environment variable (#152) 2023-10-03 07:43:05 +01:00
analyze.go Allow CLI flags to be specified by environment variable (#152) 2023-10-03 07:43:05 +01:00
complete.go Fix pgroll complete spinner message (#153) 2023-10-02 11:45:59 +01:00
init.go Add spinners and progress notifications to CLI output (#139) 2023-09-28 06:43:38 +01:00
rollback.go Add spinners and progress notifications to CLI output (#139) 2023-09-28 06:43:38 +01:00
root.go Allow CLI flags to be specified by environment variable (#152) 2023-10-03 07:43:05 +01:00
start.go Change signature of migrations.ReadMigrationFile (#177) 2023-10-06 15:48:56 +01:00
status.go Allow CLI flags to be specified by environment variable (#152) 2023-10-03 07:43:05 +01:00