Skip to content

Releases: dedalus-labs/dedalus-cli

v0.4.0

Choose a tag to compare

@stainless-app stainless-app released this 13 May 03:52
ac19f39

0.4.0 (2026-05-12)

Full Changelog: v0.3.0...v0.4.0

Features

  • api: add usage endpoints/autosleep (63a1582)

v0.3.0

Choose a tag to compare

@stainless-app stainless-app released this 12 May 22:13
0d265bf

0.3.0 (2026-05-12)

Full Changelog: v0.2.2...v0.3.0

Features

  • api: add org usage endpoints, remove ssh command/install scripts, update machines API (f842f29)
  • cli: re-nest colon-flattened subresource commands (#19) (8ea656f)
  • support passing path and query params over stdin (489489f)

Bug Fixes

  • flags for nullable body scalar fields are strictly typed (9de27f3)

Chores

  • internal: codegen related update (b70e352)
  • redact api-key headers in debug logs (f274129)

v0.2.2

Choose a tag to compare

@stainless-app stainless-app released this 29 Apr 18:21
391b138

0.2.2 (2026-04-29)

Full Changelog: v0.2.1...v0.2.2

Chores

  • drop stale dedalus-go v0.1.0 custom-code pin (f6646d2)

v0.2.1

Choose a tag to compare

@stainless-app stainless-app released this 29 Apr 17:47
7b7b9e5

0.2.1 (2026-04-29)

Full Changelog: v0.2.0...v0.2.1

Bug Fixes

  • cli: correctly load zsh autocompletion (53e9ec6)

v0.2.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 18:30
d4429e8

0.2.0 (2026-04-22)

Full Changelog: v0.1.0...v0.2.0

Features

  • allow - as value representing stdin to binary-only file parameters in CLIs (7da15e2)
  • better error message if scheme forgotten in CLI *_BASE_URL/--base-url (5edec04)
  • binary-only parameters become CLI flags that take filenames only (0875d6c)
  • cli: add --raw-output/-r option to print raw (non-JSON) strings (d7201c6)
  • cli: alias parameters in data with x-stainless-cli-data-alias (5a62637)
  • cli: send filename and content type when reading input from files (21ec6dd)

Bug Fixes

  • fall back to main branch if linking fails in CI (87613ec)
  • fix for failing to drop invalid module replace in link script (547c3e1)
  • fix quoting typo (575418c)

Chores

  • add documentation for ./scripts/link (6d33e1a)
  • add install.ps1 for Windows (#14) (bcc4657)
  • ci: add github env support for goreleaser (158e705)
  • ci: remove release-doctor workflow (2a1a9d8)
  • ci: support manually triggering release workflow (cf0bd76)
  • cli: additional test cases for ShowJSONIterator (c64d07c)
  • cli: default to jsonl format (4a34328)
  • cli: fall back to JSON when using default "explore" with non-TTY (3b62e8d)
  • cli: let --format raw be used in conjunction with --transform (c913d27)
  • cli: switch long lists of positional args over to param structs (86bdc85)
  • cli: use ShowJSONOpts as argument to formatJSON instead of many positionals (a19782c)
  • internal: more robust bootstrap script (6fbf8f5)
  • mark all CLI-related tests in Go with t.Parallel() (7d1a565)
  • modify CLI tests to inject stdout so mutating os.Stdout isn't necessary (6073189)
  • switch some CLI Go tests from os.Chdir to t.Chdir (ba52bbe)
  • tests: bump steady to v0.22.1 (544f575)

v0.1.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Apr 00:46
4ddb6cd

0.1.0 (2026-04-02)

Full Changelog: v0.0.4...v0.1.0

Features

  • api: add sleep & wake methods (1fac358)

Chores

v0.0.4

Choose a tag to compare

@stainless-app stainless-app released this 01 Apr 20:45
f57973b

0.0.4 (2026-04-01)

Full Changelog: v0.0.3...v0.0.4

Features

  • set CLI flag constant values automatically where x-stainless-const is set (d1a4106)

Bug Fixes

  • fix for off-by-one error in pagination logic (2eec67c)
  • handle empty data set using --format explore (bfa5c16)
  • ssh: update ssh command for workspace-to-machine rename (#10) (7de7907)
  • use RawJSON when iterating items with --format explore in the CLI (2963002)

Chores

  • api: refresh codegen (2b89c22)
  • api: rename workspaces to machines (837411d)
  • internal: update multipart form array serialization (a9a88ea)
  • omit full usage information when missing required CLI parameters (8f88284)
  • tests: bump steady to v0.20.1 (d4a2e39)
  • tests: bump steady to v0.20.2 (1aa9e71)

v0.0.3

Choose a tag to compare

@stainless-app stainless-app released this 25 Mar 02:10
68c1ded

0.0.3 (2026-03-25)

Full Changelog: v0.0.2...v0.0.3

Bug Fixes

  • api: remove ssh command, rename stream-status to watch, drop wake-if-needed (6c435f3)
  • ssh: remove deprecated wake_if_needed field, tidy deps (982a108)

Chores

  • ci: skip lint on metadata-only changes (421e8ad)
  • internal: codegen related update (40bf2f7)
  • tests: bump steady to v0.19.7 (b60170b)

v0.0.2

Choose a tag to compare

@stainless-app stainless-app released this 24 Mar 02:02
89d4913

0.0.2 (2026-03-23)

Full Changelog: v0.0.2...v0.0.2

Features

  • add default description for enum CLI flags without an explicit description (c1794a0)
  • api: stable beta (6e60912)
  • ssh: add ephemeral certificate SSH helper (80069fa)

Bug Fixes

  • api: add stream-status to workspaces, remove ssh, migrate to steady (47e0da2)
  • api: update flags (52f718e)
  • avoid reading from stdin unless request body is form encoded or json (522880b)
  • better support passing client args in any position (bb63352)
  • cli no longer hangs when stdin is attached to a pipe with empty input (2407337)
  • improve linking behavior when developing on a branch not in the Go SDK (69e4687)
  • improved workflow for developing on branches (9b81964)
  • no longer require an API key when building on production repos (02e3fa0)
  • ssh: add ephemeral certificate SSH helper (#2) (ce03f86)
  • ssh: align types with dedalus-go SDK (#4) (75391d4)

Chores

  • add curl install script (#6) (2059194)
  • api: update homebrew tap and code samples (654e2de)
  • internal: tweak CI branches (e8ef06a)
  • internal: update gitignore (596fc86)
  • tests: bump steady to v0.19.4 (a0028a5)
  • tests: bump steady to v0.19.5 (938cce6)
  • tests: bump steady to v0.19.6 (4049dfc)

Refactors

  • tests: switch from prism to steady (a5a9877)

v0.0.1

Choose a tag to compare

@stainless-app stainless-app released this 18 Mar 21:17
75af0ac

0.0.2 (2026-03-18)

Full Changelog: v0.0.1...v0.0.2

Bug Fixes

  • improve linking behavior when developing on a branch not in the Go SDK (69e4687)
  • ssh: align types with dedalus-go SDK (#4) (75391d4)

Chores

  • api: update homebrew tap and code samples (654e2de)