Skip to content

Commit

Permalink
New command to open psql sessions
Browse files Browse the repository at this point in the history
For the sake of convenience, the new `borealis-pg:psql` command automatically establishes a secure tunnel and then launches PostgreSQL's `psql` shell command to enable interactive sessions directly from the CLI.
  • Loading branch information
OldSneerJaw committed May 27, 2022
1 parent 4084c60 commit 93d8aed
Show file tree
Hide file tree
Showing 5 changed files with 929 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/). All notable changes will be documented in this file.

## [Unreleased](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.7.0...HEAD)
- Adds the `borealis-pg:psql` command to launch an interactive psql session through a secure tunnel directly from the CLI

## [0.7.0](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.6.1...v0.7.0)
- Print to console to denote the start of DB or shell command execution by `borealis-pg:run`
- Console output explaining that node-gyp/cpu-features errors during installation may be safely disregarded
Expand Down
Loading

0 comments on commit 93d8aed

Please sign in to comment.