Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/silver-domains-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-selectors-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/witty-falcons-route.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/cli-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-darwin-arm64

## 0.7.0

## 0.6.0

## 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-darwin-arm64",
"version": "0.6.0",
"version": "0.7.0",
"description": "bunny.net CLI binary for macOS arm64",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-darwin-x64

## 0.7.0

## 0.6.0

## 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-darwin-x64",
"version": "0.6.0",
"version": "0.7.0",
"description": "bunny.net CLI binary for macOS x64",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-linux-arm64

## 0.7.0

## 0.6.0

## 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-linux-arm64",
"version": "0.6.0",
"version": "0.7.0",
"description": "bunny.net CLI binary for Linux arm64",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-linux-x64

## 0.7.0

## 0.6.0

## 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-linux-x64",
"version": "0.6.0",
"version": "0.7.0",
"description": "bunny.net CLI binary for Linux x64",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-windows-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bunny.net/cli-windows-x64

## 0.7.0

## 0.6.0

## 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli-windows-x64",
"version": "0.6.0",
"version": "0.7.0",
"description": "bunny.net CLI binary for Windows x64",
"os": [
"win32"
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @bunny.net/cli

## 0.7.0

### Minor Changes

- [#94](https://github.com/BunnyWay/cli/pull/94) [`e2def53`](https://github.com/BunnyWay/cli/commit/e2def537dee2e11c1a12d2b6e01c2e87d583e11e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(scripts): wait for DNS and enable HTTPS automatically when adding a custom domain

`scripts domains add` gains `--wait` to poll DNS (up to 10 minutes) and issue the free SSL certificate once the domain points at bunny.net; interactive runs offer the same. `scripts create` and `scripts init` now offer a custom domain as part of the flow.

- [#94](https://github.com/BunnyWay/cli/pull/94) [`e2def53`](https://github.com/BunnyWay/cli/commit/e2def537dee2e11c1a12d2b6e01c2e87d583e11e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(scripts): point a custom domain at the pull zone via Bunny DNS automatically

When a custom domain added in `scripts create`/`init` belongs to one of your Bunny DNS zones, the CLI offers to add (or repoint) the DNS record for you — always after confirmation — then issues SSL immediately since the record is already live on bunny's resolvers.

### Patch Changes

- [#94](https://github.com/BunnyWay/cli/pull/94) [`e2def53`](https://github.com/BunnyWay/cli/commit/e2def537dee2e11c1a12d2b6e01c2e87d583e11e) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - refactor(scripts): share a common script selector across subcommands

`scripts` subcommands (env, deployments, show, stats) now use a shared selector, so they consistently accept the optional `[id]` positional and `--link` flag for targeting and linking a script.

## 0.6.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunny.net/cli",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"module": "src/index.ts",
"bin": {
Expand All @@ -27,11 +27,11 @@
"zod": "^4.3.6"
},
"optionalDependencies": {
"@bunny.net/cli-linux-x64": "0.6.0",
"@bunny.net/cli-linux-arm64": "0.6.0",
"@bunny.net/cli-darwin-x64": "0.6.0",
"@bunny.net/cli-darwin-arm64": "0.6.0",
"@bunny.net/cli-windows-x64": "0.6.0"
"@bunny.net/cli-linux-x64": "0.7.0",
"@bunny.net/cli-linux-arm64": "0.7.0",
"@bunny.net/cli-darwin-x64": "0.7.0",
"@bunny.net/cli-darwin-arm64": "0.7.0",
"@bunny.net/cli-windows-x64": "0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down