-
Notifications
You must be signed in to change notification settings - Fork 1
Rename Chocolatey package from newrelic-cli to nrq-cli #68
Copy link
Copy link
Closed
Description
Summary
The Chocolatey package name newrelic-cli conflicts with an existing package from another party. Rename our package to nrq-cli to avoid the collision.
Changes Required
1. Rename nuspec file
packaging/chocolatey/newrelic-cli.nuspec→packaging/chocolatey/nrq-cli.nuspec
2. Update nuspec contents
<id>nrq-cli</id>
<title>nrq - New Relic CLI</title>3. Update workflow references
.github/workflows/release.yml
$nuspec = 'packaging/chocolatey/nrq-cli.nuspec'.github/workflows/chocolatey-publish.yml
$nuspec = 'packaging/chocolatey/nrq-cli.nuspec'.github/workflows/test-chocolatey.yml
- Update nuspec references to
nrq-cli.nuspec - Update
choco install newrelic-cli→choco install nrq-cli - Update
choco uninstall newrelic-cli→choco uninstall nrq-cli
4. Update README.md
choco install nrq-cliWhat stays the same
- Binary name:
nrq.exe(unchanged) - Download URLs (unchanged)
- Install script logic (unchanged)
- All other packaging (Homebrew, Winget, Linux) (unchanged)
Installation after change
choco install nrq-cliReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels