Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation instructions #54

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Fix installation instructions #54

merged 1 commit into from
Feb 15, 2024

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Feb 15, 2024

The Heroku CLI no longer automatically expands plugin names like api to their long form package name (which in the case of this package, is @heroku-cli/plugin-api).

As such, the old install instructions in the README now result in a random package named api being installed from npmjs.org, and that package is not a Heroku CLI plugin (!!).

Fixes #53.

The Heroku CLI no longer automatically expands plugin names
like `api` to their long form package name.

As such, the old install instructions in the README now result
in a random package named `api` being installed from npmjs.org,
and that package is not a Heroku CLI plugin (!!).

Fixes #53.
@edmorley edmorley requested a review from a team as a code owner February 15, 2024 16:09
@edmorley edmorley self-assigned this Feb 15, 2024
@edmorley edmorley merged commit f1b8292 into main Feb 15, 2024
10 checks passed
@edmorley edmorley deleted the edmorley/fix-install-docs branch February 15, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation instructions are broken
2 participants