Skip to content

Releases: zeabur/cli

v0.19.0

Choose a tag to compare

@leechenghsiu leechenghsiu released this 17 Jun 04:47
bf02b75

What's Changed

Features

  • Server commands now respect workspace contextserver list, server get, server reboot, server ssh, server sshinfo, and server rename now correctly scope to the active workspace when using --workspace or after workspace switch (#256)

Fixes

  • Scale S3 upload timeout with payload size
  • Handle body read error and cap response size in FormatHTTPError
  • Surface backend error body in upload failures

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 26 May 02:52
40f7abc

Changelog

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 23 May 02:05
8bd683b

Changelog

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 04 May 03:11
18268b9

Changelog

v0.15.0

Choose a tag to compare

@yuaanlin yuaanlin released this 12 Apr 04:03
2777968

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

Choose a tag to compare

@github-actions github-actions released this 11 Apr 10:11
0260690

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

Choose a tag to compare

@yuaanlin yuaanlin released this 03 Apr 17:03
4750f37

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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 16:35
76b8768

Changelog

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 16:40
4f1eb83

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

Choose a tag to compare

@yuaanlin yuaanlin released this 22 Mar 09:42
80a3c0d

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