Skip to content

Commit

Permalink
Merge pull request #125 from OldSneerJaw/release-1.5.0
Browse files Browse the repository at this point in the history
Preparation for 1.5.0 release
  • Loading branch information
OldSneerJaw authored Mar 15, 2023
2 parents 3e88261 + 37caca6 commit 44f4895
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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/v1.4.0...HEAD)
## [1.5.0](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v1.4.0...v1.5.0)
- Outputs all times in the user's local time zone
- Shows whether nightly backups are enabled in `borealis-pg:restore:capabilities` command output

Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OPTIONS
-o, --addon=addon name or ID of an add-on or one of its attachments
```

_See code: [src/commands/borealis-pg/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/index.ts)_
_See code: [src/commands/borealis-pg/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/index.ts)_

## `heroku borealis-pg:extensions`

Expand All @@ -66,7 +66,7 @@ OPTIONS
-o, --addon=addon name or ID of an add-on or one of its attachments
```

_See code: [src/commands/borealis-pg/extensions/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/extensions/index.ts)_
_See code: [src/commands/borealis-pg/extensions/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/extensions/index.ts)_

## `heroku borealis-pg:extensions:install PG_EXTENSION`

Expand Down Expand Up @@ -102,7 +102,7 @@ EXAMPLES
$ heroku borealis-pg:extensions:install --suppress-conflict --addon borealis-pg-hex-12345 pg_trgm
```

_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/extensions/install.ts)_
_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/extensions/install.ts)_

## `heroku borealis-pg:extensions:remove PG_EXTENSION`

Expand All @@ -127,7 +127,7 @@ EXAMPLES
$ heroku borealis-pg:extensions:remove --confirm uuid-ossp --addon borealis-pg-hex-12345 uuid-ossp
```

_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/extensions/remove.ts)_
_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/extensions/remove.ts)_

## `heroku borealis-pg:info`

Expand All @@ -142,7 +142,7 @@ OPTIONS
-o, --addon=addon name or ID of an add-on or one of its attachments
```

_See code: [src/commands/borealis-pg/info.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/info.ts)_
_See code: [src/commands/borealis-pg/info.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/info.ts)_

## `heroku borealis-pg:integrations`

Expand All @@ -161,7 +161,7 @@ DESCRIPTION
via a secure tunnel using semi-permanent SSH server and database credentials.
```

_See code: [src/commands/borealis-pg/integrations/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/integrations/index.ts)_
_See code: [src/commands/borealis-pg/integrations/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/integrations/index.ts)_

## `heroku borealis-pg:integrations:register SSH_PUBLIC_KEY`

Expand Down Expand Up @@ -207,7 +207,7 @@ EXAMPLES
$ heroku borealis-pg:integrations:register --write-access --app sushi --name my_integration2 ssh-rsa SSHPUBLICKEY2===
```

_See code: [src/commands/borealis-pg/integrations/register.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/integrations/register.ts)_
_See code: [src/commands/borealis-pg/integrations/register.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/integrations/register.ts)_

## `heroku borealis-pg:integrations:remove`

Expand All @@ -231,7 +231,7 @@ EXAMPLES
$ heroku borealis-pg:integrations:remove --confirm my_integration2 --app sushi --name my_integration2
```

_See code: [src/commands/borealis-pg/integrations/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/integrations/remove.ts)_
_See code: [src/commands/borealis-pg/integrations/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/integrations/remove.ts)_

## `heroku borealis-pg:psql`

Expand Down Expand Up @@ -277,7 +277,7 @@ EXAMPLES
$ heroku borealis-pg:psql --addon borealis-pg-hex-12345
```

_See code: [src/commands/borealis-pg/psql.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/psql.ts)_
_See code: [src/commands/borealis-pg/psql.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/psql.ts)_

## `heroku borealis-pg:restore:capabilities`

Expand All @@ -304,7 +304,7 @@ ALIASES
$ heroku borealis-pg:restore:info
```

_See code: [src/commands/borealis-pg/restore/capabilities.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/restore/capabilities.ts)_
_See code: [src/commands/borealis-pg/restore/capabilities.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/restore/capabilities.ts)_

## `heroku borealis-pg:restore:execute`

Expand Down Expand Up @@ -340,7 +340,7 @@ EXAMPLES
$ heroku borealis-pg:restore:execute --app sushi --destination-app my-other-app --new-plan x2-s100-p2-r8
```

_See code: [src/commands/borealis-pg/restore/execute.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/restore/execute.ts)_
_See code: [src/commands/borealis-pg/restore/execute.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/restore/execute.ts)_

## `heroku borealis-pg:run`

Expand Down Expand Up @@ -412,7 +412,7 @@ EXAMPLES
$ heroku borealis-pg:run --addon borealis-pg-hex-12345 --shell-cmd './manage.py migrate' --write-access
```

_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/run.ts)_
_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/run.ts)_

## `heroku borealis-pg:tunnel`

Expand Down Expand Up @@ -454,7 +454,7 @@ EXAMPLES
$ heroku borealis-pg:tunnel --addon borealis-pg-hex-12345 --write-access
```

_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/tunnel.ts)_
_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/tunnel.ts)_

## `heroku borealis-pg:users`

Expand All @@ -480,7 +480,7 @@ DESCRIPTION
borealis-pg:users:reset command).
```

_See code: [src/commands/borealis-pg/users/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/users/index.ts)_
_See code: [src/commands/borealis-pg/users/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/users/index.ts)_

## `heroku borealis-pg:users:reset`

Expand Down Expand Up @@ -517,5 +517,5 @@ DESCRIPTION
borealis-pg:integrations:revoke command.
```

_See code: [src/commands/borealis-pg/users/reset.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.4.0/src/commands/borealis-pg/users/reset.ts)_
_See code: [src/commands/borealis-pg/users/reset.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.5.0/src/commands/borealis-pg/users/reset.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "borealis-pg-cli",
"description": "CLI for advanced interactions with Borealis Isolated Postgres add-ons",
"version": "1.4.0",
"version": "1.5.0",
"author": "Boreal Information Systems Inc.",
"bugs": "https://github.com/OldSneerJaw/borealis-pg-cli/issues",
"dependencies": {
Expand Down

0 comments on commit 44f4895

Please sign in to comment.