You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for a .heroku-cli-version file in the application root. This allows an application to declare the exact version of the CLI that should be used. If the file is absent, the stable version of the CLI will be used.
Adds user agent to curl/wget (#9)
* Adds user agent to curl/wget
For logging/observability purposes I am adding a user agent to the clients that are contacting the HEROKU_CLI_URL variable.
* Creates changelog