-
Notifications
You must be signed in to change notification settings - Fork 1
Rename binary: newrelic-cli → nrq #62
Copy link
Copy link
Closed
Description
Rename binary to short name
Rename the CLI binary from newrelic-cli to nrq following the ripgrep pattern (descriptive package name, short binary).
Changes required:
-
.goreleaser.yml— updatebinary,builds.id -
Makefile— updateBINARY_NAME=nrq - Rename
cmd/newrelic-cli/→cmd/nrq/ -
internal/cmd/root.go— update CobraUse:field -
README.md— update all command examples -
packaging/chocolatey/newrelic-cli.nuspec— update binary refs (package name stays same) -
packaging/chocolatey/tools/chocolateyInstall.ps1— update binary name -
packaging/winget/*.yaml— updateCommandstonrq - Add
.github/workflows/test-chocolatey.yml(copy from confluence-cli, adapt) - Homebrew formula updates (in homebrew-tap repo): update
bin.install "nrq"
Package name: newrelic-cli (unchanged)
Binary name: nrq
After this change:
- Install:
brew install newrelic-cli - Usage:
nrq <command>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels