Skip to content

Commit

Permalink
Merge pull request #32 from OldSneerJaw/psql
Browse files Browse the repository at this point in the history
New command to open psql sessions
  • Loading branch information
OldSneerJaw authored May 27, 2022
2 parents ecd9c2f + 93d8aed commit 977c922
Show file tree
Hide file tree
Showing 7 changed files with 931 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch: # Allows the workflow to be triggered manually

env:
JOB_NODE_VERSION: '12.21.0' # Chosen to match what is used internally by the Heroku CLI
JOB_NODE_VERSION: '14.19.0' # Chosen to match what is used internally by the Heroku CLI

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on: workflow_dispatch

env:
JOB_NODE_VERSION: '12.21.0' # Chosen to match what is used internally by the Heroku CLI
JOB_NODE_VERSION: '14.19.0' # Chosen to match what is used internally by the Heroku CLI

jobs:
publish:
Expand Down
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 977c922

Please sign in to comment.