Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@connectedyard/heroku-postico

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedyard/heroku-postico - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

oclif.manifest.json

@@ -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 -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc