feat: open psql in the database container
This commit is contained in:
@@ -61,6 +61,7 @@ fn run(ctx: &Ctx, command: cli::Commands) -> Result<ExitCode> {
|
||||
cli::Commands::Postgres { command } => {
|
||||
match command {
|
||||
cli::Postgres::Import { path } => commands::postgres::import(ctx, &path),
|
||||
cli::Postgres::Psql { rest } => commands::postgres::psql(ctx, &rest),
|
||||
cli::Postgres::Dump { path, format, gzip } => {
|
||||
commands::postgres::dump(ctx, &path, format, gzip)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user