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

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- bug What is the current behavior? ----------------------------- The `heroku stack` subcommand isn't listed in `heroku help. What is...

Bumps [@types/node-notifier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-notifier) from 5.4.0 to 8.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node-notifier&package-manager=npm_and_yarn&previous-version=5.4.0&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

I have winston 3.3.3 installed and working properly in local both for logging in console and a file, but when I deploy on heroku it does not log anything neither...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- feature What is the current behavior? ----------------------------- - heroku login within a GitHub CodeSpace (terminal shell is executing...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- bug What is the current behavior? ----------------------------- ```shell $ sudo snap install heroku --classic error: snap "heroku" is...

What is the current behavior? ----------------------------- When adding a CI config var (i.e. a pipeline config var), that has the string `=\n` (for example, near the end of RSA private...

What is the current behavior? ----------------------------- ```console $ heroku version heroku/7.35.1 darwin-x64 node-v12.13.0 $ git clone https://github.com/heroku/alpinehelloworld.git $ cd alpinehelloworld $ heroku container:push web worker --recursive -a ▸ Cannot read...

At present, the `heroku config:set` and `:unset` CLI commands will restart the app immediately after applying the env variable change. This might not always be desirable. For instance, if I'm...

Related issue: https://github.com/heroku/cli/issues/186 What is the current behavior? ----------------------------- On Windows, if the `_netrc` file is marked as hidden, `heroku login` fails: ``` attrib +h ~/_netrc heroku login heroku: Waiting...