Skip to content

Rename Chocolatey package from newrelic-cli to nrq-cli #68

@rianjs

Description

@rianjs

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.nuspecpackaging/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-clichoco install nrq-cli
  • Update choco uninstall newrelic-clichoco uninstall nrq-cli

4. Update README.md

choco install nrq-cli

What 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-cli

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions