Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettgoulder committed Feb 25, 2019
1 parent 38be950 commit 1a63b10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @heroku-cli/plugin-pg-privatelink
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-pg-privatelink/0.6.0 darwin-x64 node-v8.13.0
@heroku-cli/plugin-pg-privatelink/0.7.0 darwin-x64 node-v8.13.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand All @@ -38,7 +38,7 @@ USAGE

## `heroku pg:privatelink [DATABASE]`

list all your privatelink endpoints
list all your privatelink endpoints!

```
USAGE
Expand All @@ -51,7 +51,7 @@ EXAMPLE
$ heroku pg:privatelink postgresql-sushi-12345
```

_See code: [src/commands/pg/privatelink/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/index.ts)_
_See code: [src/commands/pg/privatelink/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/index.ts)_

## `heroku pg:privatelink:access [DATABASE]`

Expand All @@ -68,7 +68,7 @@ EXAMPLE
$ heroku pg:privatelink:access postgresql-sushi-12345
```

_See code: [src/commands/pg/privatelink/access/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/access/index.ts)_
_See code: [src/commands/pg/privatelink/access/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/access/index.ts)_

## `heroku pg:privatelink:access:add [DATABASE]`

Expand All @@ -88,7 +88,7 @@ EXAMPLES
123456789012:user/xyz
```

_See code: [src/commands/pg/privatelink/access/add.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/access/add.ts)_
_See code: [src/commands/pg/privatelink/access/add.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/access/add.ts)_

## `heroku pg:privatelink:access:remove [DATABASE]`

Expand All @@ -108,7 +108,7 @@ EXAMPLES
123456789012:user/xyz
```

_See code: [src/commands/pg/privatelink/access/remove.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/access/remove.ts)_
_See code: [src/commands/pg/privatelink/access/remove.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/access/remove.ts)_

## `heroku pg:privatelink:create [DATABASE]`

Expand All @@ -128,7 +128,7 @@ EXAMPLES
123456789012:user/xyz
```

_See code: [src/commands/pg/privatelink/create.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/create.ts)_
_See code: [src/commands/pg/privatelink/create.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/create.ts)_

## `heroku pg:privatelink:destroy [DATABASE]`

Expand All @@ -145,7 +145,7 @@ EXAMPLE
$ heroku pg:privatelink:destroy postgresql-sushi-12345
```

_See code: [src/commands/pg/privatelink/destroy.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/destroy.ts)_
_See code: [src/commands/pg/privatelink/destroy.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/destroy.ts)_

## `heroku pg:privatelink:wait [DATABASE]`

Expand All @@ -162,5 +162,5 @@ EXAMPLE
$ heroku pg:privatelink:wait postgresql-sushi-12345
```

_See code: [src/commands/pg/privatelink/wait.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.6.0/src/commands/pg/privatelink/wait.ts)_
_See code: [src/commands/pg/privatelink/wait.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/wait.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": "@heroku-cli/plugin-pg-privatelink",
"description": "Heroku Postgres via PrivateLink CLI",
"version": "0.6.0",
"version": "0.7.0",
"author": "Heroku Data UX",
"bugs": "https://github.com/heroku/heroku-pg-privatelink-cli/issues",
"dependencies": {
Expand Down

0 comments on commit 1a63b10

Please sign in to comment.