cli
cli copied to clipboard
Heroku CLI
## heroku logs ignores the --force-colors argument when piped Call: heroku logs --force-colors -a my-app | cat ----------------------------------------------------- > If bug, first try running `heroku update` and setting `DEBUG=*` to...
## Background When `-x` is passed to `heroku run`, the given command is suffixed with a special `echo` that returns `$?`, the exit status of the program: https://github.com/heroku/cli/blob/b451c6b3054dace0bc462eb778be8ba2d3f4d1ed/packages/run-v5/lib/dyno.js#L54 This `\uFFFF...
**This project is for the Heroku CLI only and issues are reviewed as we are able. If you need more immediate assistence or help with anything not specific to the...
What is the current behavior? ----------------------------- Use `heroku run ` on a Macbook with ARM processor (M1 / M2). After the command has run, an error message will be shown....
I downloaded heroku cli installation tarball from official site. Extracted it to `/usr/local/lib`. Made a symlink to `/usr/local/lib/heroku/bin/heroku` at `/usr/local/bin/heroku`. After that when I run the command `heroku --version` I...
Heroku Version 8.0.2-25b54fa macOs 13.2.1 (Ventura) M1 Installed via Homebrew, updated via `heroku update`. I have run `heroku autocomplete` since updating. What is the current behavior? ----------------------------- When an app...
[GUS ticket](https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00001Ym1cqYAB/view) It turns out the behavior noted in #2445 is not necessarily a bug, but rather a change in behavior we did not realize was necessary. Any commands or...
Currently it places something at `~/.heroku`. Would be great if they can be moved to `$XDG_DATA_HOME/heroku`.
The Data Maintenance CLI (https://devcenter.heroku.com/articles/data-maintenance-cli-commands) was released a while ago and we want to recommend customers to switch to these new maintenance commands instead, which require the installation of an...