Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We flip-flopped on this. For now, let's call the binary `svix`. `dist plan` shows that the various build artifacts will still be named `svix-cli` which is what we want. ``` $ dist plan announcing v1.45.0 svix-cli 1.45.0 source.tar.gz [checksum] source.tar.gz.sha256 svix-cli-installer.sh svix-cli-installer.ps1 sha256.sum svix-cli-aarch64-apple-darwin-update svix-cli-aarch64-apple-darwin.tar.xz [bin] svix [misc] LICENSE, README.md [checksum] svix-cli-aarch64-apple-darwin.tar.xz.sha256 svix-cli-aarch64-unknown-linux-gnu-update svix-cli-aarch64-unknown-linux-gnu.tar.xz [bin] svix [misc] LICENSE, README.md [checksum] svix-cli-aarch64-unknown-linux-gnu.tar.xz.sha256 svix-cli-x86_64-apple-darwin-update svix-cli-x86_64-apple-darwin.tar.xz [bin] svix [misc] LICENSE, README.md [checksum] svix-cli-x86_64-apple-darwin.tar.xz.sha256 svix-cli-x86_64-pc-windows-msvc-update svix-cli-x86_64-pc-windows-msvc.zip [bin] svix.exe [misc] LICENSE, README.md [checksum] svix-cli-x86_64-pc-windows-msvc.zip.sha256 svix-cli-x86_64-pc-windows-msvc.msi [bin] svix.exe [checksum] svix-cli-x86_64-pc-windows-msvc.msi.sha256 svix-cli-x86_64-unknown-linux-musl-update svix-cli-x86_64-unknown-linux-musl.tar.xz [bin] svix [misc] LICENSE, README.md [checksum] svix-cli-x86_64-unknown-linux-musl.tar.xz.sha256 ``` The one wart with this change is how folks installing via the script installers will end up with the main binary named `svix` and an updater called `svix-cli-updater`, but in this case I think that's okay.
- Loading branch information