@connectedyard/heroku-postico
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.3","commands":{"postico:open":{"id":"postico:open","description":"Fetch a list of Heroku postgres databases for a team and connect in Postico\n ...\n ","pluginName":"@connectedyard/heroku-postico","pluginType":"core","aliases":[],"flags":{"team":{"name":"team","type":"option","char":"t","description":"team to use","required":true},"verbose":{"name":"verbose","type":"boolean","description":"Enable extra debug output.","allowNo":false}},"args":[]}}} | ||
{"version":"0.0.4","commands":{"postico:open":{"id":"postico:open","description":"Fetch a list of Heroku postgres databases for a team and connect in Postico\n ...\n ","pluginName":"@connectedyard/heroku-postico","pluginType":"core","aliases":[],"flags":{"team":{"name":"team","type":"option","char":"t","description":"team to use","required":true},"verbose":{"name":"verbose","type":"boolean","description":"Enable extra debug output.","allowNo":false}},"args":[]}}} |
{ | ||
"name": "@connectedyard/heroku-postico", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Josh Kennedy @jkennedy1980", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/PhinCo/heroku-postico/issues", |
@@ -9,43 +9,21 @@ heroku-postico | ||
<!-- toc --> | ||
* [Usage](#usage) | ||
* [Commands](#commands) | ||
<!-- tocstop --> | ||
# Usage | ||
<!-- usage --> | ||
```sh-session | ||
$ npm install -g @connectedyard/heroku-postico | ||
$ heroku postico: COMMAND | ||
running command... | ||
$ heroku postico: (-v|--version|version) | ||
@connectedyard/heroku-postico/0.0.3 darwin-x64 node-v12.11.1 | ||
$ heroku postico: --help [COMMAND] | ||
USAGE | ||
$ heroku postico: COMMAND | ||
... | ||
$ heroku plugins:install @connectedyard/heroku-postico | ||
$ heroku postico | ||
``` | ||
<!-- usagestop --> | ||
# Commands | ||
<!-- commands --> | ||
* [`heroku postico: postico:open`](#heroku-postico-posticoopen) | ||
## `heroku postico: postico:open` | ||
## `heroku postico:open` | ||
Fetch a list of Heroku postgres databases for a team and connect in Postico | ||
Fetch a list of Heroku postgres databases for a team and connect in Postico. | ||
``` | ||
USAGE | ||
$ heroku postico: postico:open | ||
OPTIONS | ||
-t, --team=team (required) team to use | ||
--verbose Enable extra debug output. | ||
DESCRIPTION | ||
... | ||
$ heroku postico:open --team=[your heroku team] | ||
``` | ||
_See code: [src/commands/postico/open.js](https://github.com/PhinCo/heroku-postico/blob/v0.0.3/src/commands/postico/open.js)_ | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5488
29