@heroku-cli/command
Advanced tools
Comparing version 8.1.25 to 8.1.26
@@ -0,1 +1,9 @@ | ||
<a name="8.1.26"></a> | ||
## [8.1.26](https://github.com/heroku/heroku-cli-command/compare/v8.1.25...v8.1.26) (2018-06-18) | ||
### Bug Fixes | ||
* updated deps ([74071f9](https://github.com/heroku/heroku-cli-command/commit/74071f9)) | ||
<a name="8.1.25"></a> | ||
@@ -2,0 +10,0 @@ ## [8.1.25](https://github.com/heroku/heroku-cli-command/compare/v8.1.24...v8.1.25) (2018-06-18) |
@@ -5,2 +5,3 @@ "use strict"; | ||
const errors_1 = require("@oclif/errors"); | ||
const completions_1 = require("../completions"); | ||
const git_1 = require("../git"); | ||
@@ -23,2 +24,3 @@ class MultipleRemotesError extends errors_1.CLIError { | ||
char: 'a', | ||
completion: completions_1.AppCompletion, | ||
description: 'app to run command against', | ||
@@ -42,3 +44,4 @@ default: ({ options, flags }) => { | ||
char: 'r', | ||
completion: completions_1.RemoteCompletion, | ||
description: 'git remote of app to use', | ||
}); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const command_1 = require("@oclif/command"); | ||
const completions_1 = require("../completions"); | ||
exports.team = command_1.flags.build({ | ||
char: 't', | ||
completion: completions_1.TeamCompletion, | ||
description: 'team to use', | ||
@@ -7,0 +9,0 @@ default: ({ flags }) => { |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.1.25", | ||
"version": "8.1.26", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -22,3 +22,3 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", | ||
"@oclif/command": "^1.4.33", | ||
"@oclif/config": "^1.6.30", | ||
"@oclif/config": "^1.6.32", | ||
"@oclif/tslint": "^1.1.2", | ||
@@ -30,3 +30,3 @@ "@types/ansi-styles": "^3.2.0", | ||
"@types/nock": "^9.1.3", | ||
"@types/node": "^10.3.3", | ||
"@types/node": "^10.3.4", | ||
"@types/opn": "^5.1.0", | ||
@@ -33,0 +33,0 @@ "@types/proxyquire": "^1.3.28", |
56456
35
1229