UNPKG

heroku

Version:

CLI to interact with Heroku

337 lines (336 loc) 9.97 kB
{ "name": "heroku", "description": "CLI to interact with Heroku", "version": "8.3.0", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^10.0.0", "@heroku-cli/notifications": "^1.2.2", "@heroku-cli/plugin-addons-v5": "^8.2.0", "@heroku-cli/plugin-apps-v5": "^8.2.0", "@heroku-cli/plugin-certs-v5": "^8.2.0", "@heroku-cli/plugin-ci-v5": "^8.2.0", "@heroku-cli/plugin-container-registry-v5": "^8.2.0", "@heroku-cli/plugin-orgs-v5": "^8.2.0", "@heroku-cli/plugin-pg-v5": "^8.2.0", "@heroku-cli/plugin-ps": "^8.1.7", "@heroku-cli/plugin-ps-exec": "^2.4.0", "@heroku-cli/plugin-redis-v5": "^8.2.0", "@heroku-cli/plugin-spaces": "^8.2.0", "@heroku-cli/schema": "^1.0.25", "@heroku/buildpack-registry": "^1.0.1", "@heroku/eventsource": "^1.0.7", "@oclif/core": "^2.8.11", "@oclif/plugin-commands": "2.2.2", "@oclif/plugin-help": "^5", "@oclif/plugin-legacy": "^1.3.0", "@oclif/plugin-not-found": "2.3.16", "@oclif/plugin-plugins": "2.4.3", "@oclif/plugin-update": "3.1.10", "@oclif/plugin-version": "^1.2.1", "@oclif/plugin-warn-if-update-available": "2.0.29", "@oclif/plugin-which": "2.2.8", "@opentelemetry/api": "^1.4.1", "@opentelemetry/exporter-trace-otlp-http": "^0.41.1", "@opentelemetry/instrumentation": "^0.41.1", "@opentelemetry/resources": "^1.15.1", "@opentelemetry/sdk-trace-base": "^1.15.1", "@opentelemetry/sdk-trace-node": "^1.15.1", "@opentelemetry/semantic-conventions": "^1.15.1", "ansi-escapes": "3.2.0", "async-file": "^2.0.2", "chalk": "^2.4.2", "date-fns": "^2.30.0", "debug": "4.1.1", "dotenv": "^16.3.1", "edit-string": "^1.1.6", "execa": "5.1.1", "foreman": "^3.0.1", "fs-extra": "7.0.1", "github-url-to-object": "^4.0.4", "got": "^9.6.0", "heroku-cli-util": "^8.0.12", "http-call": "5.3.0", "inquirer": "^7.3.0", "lodash": "^4.17.11", "netrc-parser": "3.1.6", "node-fetch": "^2.6.7", "phoenix": "^1.6.14", "rollbar": "^2.26.2", "semver": "5.6.0", "shell-escape": "^0.2.0", "shell-quote": "^1.6.1", "tmp": "^0.0.33", "true-myth": "2.2.3", "tslib": "1.14.1", "urijs": "^1.19.11", "uuid": "3.3.2", "valid-url": "^1.0.9", "validator": "^13.7.0", "ws": "^6.2.2" }, "devDependencies": { "@heroku-cli/schema": "^1.0.25", "@oclif/test": "^2.3.25", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.1.7", "@types/debug": "^4.1.2", "@types/fs-extra": "^5.0.5", "@types/glob": "^7.1.1", "@types/got": "^9.6.7", "@types/inquirer": "7.3.0", "@types/lodash": "^4.14.123", "@types/mocha": "^5.2.6", "@types/nock": "^9.3.1", "@types/node-fetch": "^2.1.6", "@types/phoenix": "^1.4.0", "@types/proxyquire": "^1.3.28", "@types/shell-escape": "^0.2.0", "@types/supports-color": "^5.3.0", "@types/urijs": "^1.19.4", "@types/uuid": "^8.3.0", "@types/validator": "^10.9.0", "@types/write-json-file": "^3.2.1", "@types/ws": "^6.0.1", "aws-sdk": "^2.421.0", "bats": "^1.1.0", "chai": "^4.2.0", "globby": "^10.0.2", "lodash": "^4.17.11", "mocha": "^5.2.0", "nock": "^10.0.6", "nyc": "^15.1.0", "oclif": "3.11.3", "open": "^8.4.2", "proxyquire": "^2.1.0", "qqjs": "0.3.11", "read-pkg": "^4.0.1", "sinon": "^7.2.4", "ts-node": "^10.9.1", "typescript": "4.8.4" }, "engines": { "node": ">=14" }, "files": [ "/autocomplete-scripts", "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/yarn.lock" ], "homepage": "https://cli.heroku.com", "keywords": [ "heroku", "heroku-cli-plugin" ], "license": "ISC", "main": "lib/index.js", "oclif": { "additionalHelpFlags": [ "-h" ], "additionalVersionFlags": [ "-v", "version" ], "commands": "./lib/commands", "plugins": [ "@oclif/plugin-legacy", "@heroku-cli/plugin-addons-v5", "@heroku-cli/plugin-apps-v5", "@heroku-cli/plugin-certs-v5", "@heroku-cli/plugin-ci-v5", "@heroku-cli/plugin-container-registry-v5", "@heroku-cli/plugin-orgs-v5", "@heroku-cli/plugin-pg-v5", "@heroku-cli/plugin-ps-exec", "@heroku-cli/plugin-redis-v5", "@heroku-cli/plugin-spaces", "@oclif/plugin-commands", "@oclif/plugin-help", "@oclif/plugin-not-found", "@oclif/plugin-plugins", "@oclif/plugin-update", "@oclif/plugin-version", "@oclif/plugin-warn-if-update-available", "@oclif/plugin-which" ], "bin": "heroku", "dirname": "heroku", "scope": "heroku-cli", "npmRegistry": "https://registry.npmjs.org", "macos": { "sign": "Developer ID Installer: Heroku INC", "identifier": "com.heroku.cli" }, "topics": { "2fa": { "description": "two-factor authentication", "hidden": true }, "apps": { "description": "manage apps on Heroku" }, "authorizations": { "description": "OAuth authorizations" }, "buildpacks": { "description": "scripts used to compile apps" }, "certs": { "description": "SSL certificates" }, "ci": { "description": "test runner for Heroku Pipelines" }, "clients": { "description": "OAuth clients on the platform" }, "commands": { "hidden": true }, "config": { "description": "environment variables of apps" }, "container": { "description": "deploy your Docker-based app to Heroku" }, "domains": { "description": "custom domains for apps" }, "drains": { "description": "forward logs to syslog or HTTPS" }, "dyno": { "hidden": true }, "features": { "description": "add/remove app features" }, "git": { "description": "set git remote and clone Heroku repository" }, "keys": { "description": "add/remove account ssh keys" }, "labs": { "description": "add/remove experimental features" }, "local": { "description": "run Heroku app locally" }, "logs": { "description": "display recent log output" }, "maintenance": { "description": "enable/disable access to app" }, "outbound-rules": { "description": "space outbound IP rules", "hidden": true }, "ps": { "description": "manage app dynos" }, "run": { "description": "run a one-off process inside a Heroku dyno" }, "sessions": { "description": "OAuth sessions" }, "stack": { "description": "list available stacks", "hidden": true }, "twofactor": { "description": "two-factor authentication", "hidden": true }, "update": { "description": "update the Heroku CLI" }, "which": { "hidden": true } }, "hooks": { "init": [ "./lib/hooks/init/version", "./lib/hooks/init/terms-of-service", "./lib/hooks/init/performance_analytics" ], "prerun": [ "./lib/hooks/prerun/analytics" ], "postrun": [ "./lib/hooks/postrun/performance_analytics" ], "command_not_found": [ "./lib/hooks/command_not_found/performance_analytics" ], "update": [ "./lib/hooks/update/plugin-migrate", "./lib/hooks/update/brew", "./lib/hooks/update/completions", "./lib/hooks/update/tidy", "./lib/hooks/recache" ], "recache": "./lib/hooks/recache" }, "update": { "node": { "version": "16.19.0" }, "s3": { "xz": true, "host": "https://cli-assets.heroku.com", "bucket": "heroku-cli-assets" } }, "aliases": { "@heroku-cli/config-edit": null, "@heroku-cli/plugin-sudo": "@heroku/sudo", "@heroku/plugin-sudo": "@heroku/sudo", "heroku-api-plugin": "api", "heroku-certs-acm": null, "heroku-cli-api": "api", "heroku-cli-autocomplete": null, "heroku-cli-buildpacks": "buildpack-registry", "heroku-cli-config-edit": null, "heroku-cli-deploy": "java", "heroku-cli-java": "java", "heroku-cli-plugin-generator": null, "heroku-container-registry": null, "heroku-event-log": "@heroku/event-log", "heroku-pipelines": null, "heroku-ps-wait": null, "heroku-redis": null, "heroku-skynet-cli": "@heroku/skynet", "heroku-splunk": "@heroku/splunk", "heroku-sudo": "@heroku/sudo", "heroku-webhooks": null, "sudo": "@heroku/sudo" } }, "repository": "heroku/cli", "scripts": { "lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib", "build": "rm -rf lib && tsc", "postpublish": "rm -f oclif.manifest.json", "prepack": "yarn run build && oclif manifest", "pretest": "tsc -p test --noEmit && cd ../.. && yarn build", "test": "yarn pretest && nyc mocha --forbid-only \"test/**/*.unit.test.ts\" && yarn posttest", "test:acceptance": "yarn pretest && mocha --forbid-only \"test/**/*.acceptance.test.ts\" && node ./bin/bats-test-runner", "test:integration": "yarn pretest && mocha --forbid-only \"test/**/*.integration.test.ts\"", "test:smoke": "yarn pretest && mocha --forbid-only \"test/**/smoke.acceptance.test.ts\"", "posttest": "yarn lint", "version": "oclif readme --multi && git add README.md ../../docs" }, "types": "lib/index.d.ts", "gitHead": "16f4f8e933025276b5fc703316c3221149c29eb6" }