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

# Bug report ## What is the current behavior? The autocomplete is broken installing with homebrew on linux. ## Steps to reproduce it 1. brew tap heroku/brew && brew install...

bug
on-call reviewed

Restrict container:* CLI commands to apps with stack=container [GUS-W-15427582](https://gus.my.salesforce.com/apex/ADM_WorkLocator?bugorworknumber=W-15427582)

Bumps [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) from 1.15.2 to 1.23.0. Release notes Sourced from @​opentelemetry/semantic-conventions's releases. v1.23.0 1.23.0 :rocket: (Enhancement) perf(sdk-trace-base): do not allocate arrays if resource has no pending async attributes #4576 @​Samuron...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.18.0 to 7.7.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.7.1 7.7.1 (2024-04-22) 🩹 Fixes eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800) eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's...

dependencies

Bumps [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) from 0.50.0 to 0.51.0. Release notes Sourced from @​opentelemetry/instrumentation's releases. Experimental v0.51.0 0.51.0 :boom: Breaking Change feat(sdk-node)!: remove long deprecated methods in favor of constructor options #4606 @​pichlermarc...

dependencies

Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.4 to 6.0.21. Release notes Sourced from @​oclif/plugin-help's releases. 6.0.21 Bug Fixes deps: bump @​oclif/core from 3.26.0 to 3.26.2 (#695) (c828235) 6.0.20 Bug Fixes remove docs directory...

dependencies

We were accidentally sending the component name, not app_id on this request, just fixes that in the workflow

This PR completes the github action for updating our devcenter CLI commands documentation. Once we are sure this works, I will add it to our deploy workflows. ## Notes -...

I wish to upload a file to the /app folder of my app to reside amongst other app root files that I can see with this command: heroku run ls...

Hello everybody :) I have followed [this tutorial](https://devcenter.heroku.com/articles/clock-processes-python) and everything works correctly. I have built the app with Flask and deployed it to heroku with gunicorn. However, when my scheduler...