Add 'databases' command.

This commit is contained in:
Ben Johnson
2020-12-30 16:10:48 -07:00
parent 11d7d22383
commit cff778464e
7 changed files with 78 additions and 20 deletions

View File

@@ -48,6 +48,8 @@ func (m *Main) Run(ctx context.Context, args []string) (err error) {
}
switch cmd {
case "databases":
return (&DatabasesCommand{}).Run(ctx, args)
case "generations":
return (&GenerationsCommand{}).Run(ctx, args)
case "replicate":