Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-ci

Package Overview
Dependencies
Maintainers
32
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/plugin-ci - npm Package Compare versions

Comparing version 7.47.10 to 7.47.13

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18)
**Note:** Version bump only for package @heroku-cli/plugin-ci
## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21)

@@ -8,0 +16,0 @@

2

npm-shrinkwrap.json
{
"name": "@heroku-cli/plugin-ci",
"version": "7.47.10",
"version": "7.47.13",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

@@ -1,1 +0,1 @@

{"version":"7.47.10","commands":{"ci":{"id":"ci","description":"display the most recent CI runs for the given pipeline","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"watch":{"name":"watch","type":"boolean","description":"keep running and watch for new and update tests","required":false,"allowNo":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false}},"args":[]},"ci:info":{"id":"ci:info","description":"show the status of a specific test run","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:info 1288 --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"node":{"name":"node","type":"option","description":"the node number to show its setup and output","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[{"name":"test-run","required":true}]},"ci:last":{"id":"ci:last","description":"looks for the most recent run and returns the output of that run","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:last --pipeline=my-pipeline --node 100\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"node":{"name":"node","type":"option","description":"the node number to show its setup and output","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[]},"ci:rerun":{"id":"ci:rerun","description":"rerun tests against current directory","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:rerun 985 --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[{"name":"number","required":false}]},"ci:run":{"id":"ci:run","description":"run tests against current directory","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:run --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[]}}}
{"version":"7.47.13","commands":{"ci":{"id":"ci","description":"display the most recent CI runs for the given pipeline","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"watch":{"name":"watch","type":"boolean","description":"keep running and watch for new and update tests","required":false,"allowNo":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false}},"args":[]},"ci:info":{"id":"ci:info","description":"show the status of a specific test run","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:info 1288 --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"node":{"name":"node","type":"option","description":"the node number to show its setup and output","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[{"name":"test-run","required":true}]},"ci:last":{"id":"ci:last","description":"looks for the most recent run and returns the output of that run","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:last --pipeline=my-pipeline --node 100\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"node":{"name":"node","type":"option","description":"the node number to show its setup and output","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[]},"ci:rerun":{"id":"ci:rerun","description":"rerun tests against current directory","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:rerun 985 --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[{"name":"number","required":false}]},"ci:run":{"id":"ci:run","description":"run tests against current directory","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","aliases":[],"examples":["$ heroku ci:run --app murmuring-headland-14719\n"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app name"},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"name of pipeline","required":false}},"args":[]}}}
{
"name": "@heroku-cli/plugin-ci",
"description": "Heroku CLI plugin for Heroku CI",
"version": "7.47.10",
"version": "7.47.13",
"author": "Raúl Barroso @raulb",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/heroku/cli/issues",

"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.4.0",
"@heroku-cli/command": "^8.4.1",
"@oclif/command": "^1.5.11",

@@ -87,3 +87,3 @@ "@oclif/config": "^1.12.10",

},
"gitHead": "e3c4b4b5a0765da8ac74e0fafa769c4cb2726072"
"gitHead": "c426a02bd24d0ac7b1b09b6542ce8383a53f5f21"
}

@@ -27,3 +27,3 @@ @heroku-cli/plugin-ci

$ heroku (-v|--version|version)
@heroku-cli/plugin-ci/7.47.10 darwin-x64 node-v12.18.4
@heroku-cli/plugin-ci/7.47.13 darwin-x64 node-v12.18.4
$ heroku --help [COMMAND]

@@ -61,3 +61,3 @@ USAGE

_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/index.ts)_
_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/index.ts)_

@@ -81,3 +81,3 @@ ## `heroku ci:info TEST-RUN`

_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/info.ts)_
_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/info.ts)_

@@ -101,3 +101,3 @@ ## `heroku ci:last`

_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/last.ts)_
_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/last.ts)_

@@ -120,3 +120,3 @@ ## `heroku ci:rerun [NUMBER]`

_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/rerun.ts)_
_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/rerun.ts)_

@@ -139,3 +139,3 @@ ## `heroku ci:run`

_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/run.ts)_
_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/run.ts)_
<!-- commandsstop -->

@@ -142,0 +142,0 @@ * [`heroku ci:info`](#heroku-ci-info)

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