Skip to content

Releases: zeabur/cli

v0.15.0

12 Apr 04:03
2777968

Choose a tag to compare

What's Changed

service network output improvements

Restructured the service network command output for clarity:

  • Private Networking — shows internal hostname:port for each port with type label (TCP/HTTP/UDP)
  • Public Networking — per-port guidance:
    • TCP/UDP ports: shows forwarded host:port, or prompts to enable port forwarding
    • HTTP ports: indicates domain binding is needed
  • Handles empty ports gracefully with a fallback message instead of empty section headers

Full Changelog: v0.14.2...v0.15.0

v0.14.2

11 Apr 10:11
0260690

Choose a tag to compare

Changelog

  • 8e42c46: fix(log): auto-resolve deploymentID for runtime logs (@yuaanlin)
  • 4f50e7c: fix(log): propagate GetLatestDeployment errors instead of silently falling back (@yuaanlin)
  • 0bc2ca0: fix(log): improve error message when build logs unavailable for image services (@yuaanlin)
  • 0260690: fix(log): auto-resolve deploymentID for runtime logs (#224) (@yuaanlin)

v0.14.1

03 Apr 17:03
4750f37

Choose a tag to compare

Changelog

  • fix: return error when template deploy fails with GraphQL error (#210) (@eliajhmauve)
  • fix: correct pagination skip increment in ListAllProjects and ListAllTemplates (#212) (@eliajhmauve)
  • fix(npm): use execFileSync to prevent shell metacharacter injection (#215) (@yuaanlin)

v0.14.0

25 Mar 16:35
76b8768

Choose a tag to compare

Changelog

v0.13.1

23 Mar 16:40
4f1eb83

Choose a tag to compare

Changelog

  • a381ea1: fix(variable): bind delete-keys flag to opts.deleteKeys (PLA-852) (@canyugs)
  • 2931dc2: fix(variable): fetch existing vars before delete in non-interactive mode (PLA-852) (@canyugs)
  • 3fa2eb2: fix(variable): fix interactive path and guard against empty delete-keys (PLA-852) (@canyugs)
  • 5825374: fix(variable): fix flag description and start spinner in non-interactive delete (PLA-852) (@canyugs)
  • 4f1eb83: fix: remove unnecessary environmentID from service delete (#193) (@yuaanlin)

v0.13.0

22 Mar 09:42
80a3c0d

Choose a tag to compare

What's Changed

  • feat: add domain verification status, update-contact commands and show registrant profile in get-registered (#192)

New Commands

  • zeabur domain verification status — check ICANN registrant verification status
  • zeabur domain verification update-contact — update registrant contact on a domain (changing email triggers new ICANN verification)

Improvements

  • zeabur domain get-registered now shows the associated registrant profile (name, email, phone, country)
  • zeabur domain list-registered now shows a "Verification" column

Full Changelog: v0.12.0...v0.13.0

v0.12.0

22 Mar 09:08
b4ffd3c

Choose a tag to compare

What's Changed

  • feat: add domain registrant verification commands (#191)

Full Changelog: v0.11.1...v0.12.0

v0.11.1

20 Mar 16:22

Choose a tag to compare

Changelog

  • ec8cb19: fix: DNS record mutations fail with 422 due to GraphQL type name mismatch (@yuaanlin)

v0.11.0

20 Mar 08:42
b79f625

Choose a tag to compare

Changelog

v0.10.1

17 Mar 18:25
ade1a3d

Choose a tag to compare

Changelog