cli icon indicating copy to clipboard operation
cli copied to clipboard

Heroku CLI

Results 210 cli issues
Sort by recently updated
recently updated
newest added

When running `heroku plugins:install java` I get the following error: ``` error Couldn't find package "@heroku-cli/color@^1.1.3" required by "heroku-cli-util@^8.0.8" on the "npm" registry. Installing plugin java... ! ``` ![image](https://user-images.githubusercontent.com/4944657/55686121-111a8e00-5966-11e9-8f1b-91367bce8a30.png) I...

Heroku version: ```$ heroku --version heroku/7.5.0 darwin-x64 node-v11.9.0 ``` ``` $ heroku plugins:install heroku-accounts DEBUG="*" error An unexpected error occurred: "https://cli-npm.heroku.com/heroku-accounts: Hostname/IP does not match certificate's altnames: Host: cli-npm.heroku.com. is...

There is no `--json` option for the `heroku domains:info` command: ``` heroku domains:info HOSTNAME --json ``` What is the current behavior? ----------------------------- Returns an error - `Unexpected argument: --json`. What...

As the CLI command will run on GitHub servers but the browser is opened on my desktop, there will be an IP mismatch that causes this error to occur: ![image](https://user-images.githubusercontent.com/18451/187027251-4d59bb5c-1c35-4b81-bbae-9dc5374a2222.png)...

Fix for https://heroku.support/1140923 We are currently using the addon name to query the API for postgres credentials. This breaks after addons are renamed using `addons:rename`. This PR updates the command...

What is the current behavior? ----------------------------- When running `apt update` on Ubuntu 22.04, a warning is thrown: ``` $ apt update ... W: https://cli-assets.heroku.com/apt/./InRelease: Schlüssel ist im veralteten Schlüsselbund trusted.gpg...

on-call reviewed

### Description https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00001axUyLYAU/view This converts `redis:upgrade` to oclif and updates its associated tests. ### Testing So this is a little tough because to test the successful case, you need an...

This PR improves unit test run performance the following ways: 1. setTimeout is stubbed to be sync with no timeout value. This mainly affects the use of `us.actions.start()` which seems...

## Description Moves the `redis:keyspace-notifications` command to CLI, converting to OClif Core and TS. ## Test instructions You can test by pulling this branch, installing dependencies with `yarn` and building...