Skip to content

Commit

Permalink
Merge pull request #7 from OldSneerJaw/release-0.2.1
Browse files Browse the repository at this point in the history
Prepare for v0.2.1 release
  • Loading branch information
OldSneerJaw authored Oct 4, 2021
2 parents 70efae1 + 996be17 commit 74d8c12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OPTIONS
-o, --addon=addon (required) 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/v0.2.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/v0.2.1/src/commands/borealis-pg/extensions/index.ts)_

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

Expand Down Expand Up @@ -72,7 +72,7 @@ DESCRIPTION
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Extensions.html
```

_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.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/v0.2.1/src/commands/borealis-pg/extensions/install.ts)_

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

Expand All @@ -92,7 +92,7 @@ OPTIONS
-s, --suppress-missing suppress nonzero exit code when an extension is not installed
```

_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.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/v0.2.1/src/commands/borealis-pg/extensions/remove.ts)_

## `heroku borealis-pg:run`

Expand Down Expand Up @@ -160,7 +160,7 @@ EXAMPLES
$ heroku borealis-pg:run --app sushi --addon BOREALIS_PG --db-cmd-file ~/scripts/example.sql --personal-user
```

_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.0/src/commands/borealis-pg/run.ts)_
_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.1/src/commands/borealis-pg/run.ts)_

## `heroku borealis-pg:tunnel`

Expand Down Expand Up @@ -194,5 +194,5 @@ EXAMPLES
$ heroku borealis-pg:tunnel --app sushi --addon BOREALIS_PG_URL
```

_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.0/src/commands/borealis-pg/tunnel.ts)_
_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.1/src/commands/borealis-pg/tunnel.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": "0.2.0",
"version": "0.2.1",
"author": "Borealis Data Solutions",
"bugs": "https://github.com/OldSneerJaw/borealis-pg-cli/issues",
"dependencies": {
Expand Down

0 comments on commit 74d8c12

Please sign in to comment.