Release#54
Merged
jamie-at-bunny merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
672b185 to
36d6723
Compare
36d6723 to
59911b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@bunny.net/cli@0.4.0
Minor Changes
#51
c1896beThanks @jamie-at-bunny! - Addbunny opencommand to open the bunny.net dashboard in the default browser. Use--printto print the URL instead.#50
2bcf964Thanks @jamie-at-bunny! - Addbunny scripts createcommandbunny scripts create [name]command for creating an Edge Script on bunny.net without scaffolding a project. Useful when you already have a project (e.g. ranbunny scripts initwithout--deploy) and need a remote script before runningbunny scripts deploy..bunny/script.json.--type(standaloneormiddleware),--pull-zone/--no-pull-zone,--pull-zone-name,--link/--no-link.scripts initto share the underlyingcreateScript()helper.#53
44b4788Thanks @jamie-at-bunny! - Add--repoalias for--template-repoonbunny scripts initand accept GitHubowner/reposhorthand. When a custom template repo is given without--type, the script type now defaults tostandalone.After a script is created by
bunny scripts create(andbunny scripts init --deploy), the CLI now prompts to open the linked pull zone hostname in the browser. Declining shows a reminder to make local changes and runbunny scripts deploy <file>.Patch Changes
#58
db5b128Thanks @jamie-at-bunny! - The "update available" notice now suggests the right command for how bunny was install#55
ccfb7c1Thanks @jamie-at-bunny! - Improve theinstall.shshell installer:~/.bunny/bin(no sudo required). SetBUNNY_INSTALL_DIR=/usr/local/binto keep the previous behaviour.com.apple.quarantinexattr and ad-hoc codesigns the binary so Gatekeeper allows execution on first run (fixes "killed: 9" on Apple Silicon).api.github.com(rate-limited to 60 req/hr); it uses GitHub'sreleases/latest/downloadredirect instead.bunnybinary is still present at/usr/local/bin/bunny, since depending on PATH order it may shadow the new install. Remove it withsudo rm /usr/local/bin/bunny.#57
f22b6cbThanks @jamie-at-bunny! - Fixbunny --versionfailing with "Unknown argument: version". Theupdate-check work in a previous release switched yargs to
.version(false)plus a manual
--versionoption, which interacts badly with strict mode.The
--versionflag is now intercepted before yargs parses, so the latestversion is still fetched and an upgrade hint shown when outdated.
#56
72cf2a8Thanks @nocanoa! - Added bunny.net ASCII art.@bunny.net/cli-darwin-arm64@0.4.0
@bunny.net/cli-darwin-x64@0.4.0
@bunny.net/cli-linux-arm64@0.4.0
@bunny.net/cli-linux-x64@0.4.0
@bunny.net/cli-windows-x64@0.4.0