spawn/packages/cli/src
A f49cd97cdf
fix(ux): apply resolveListFilters to cmdDelete so bare positional args work (#2002)
spawn delete hetzner was silently returning "No active servers to delete"
even when the user had active Hetzner servers. The positional arg was
parsed as agentFilter, but no agent is named "hetzner", so the filter
matched nothing. cmdList already calls resolveListFilters() which
auto-promotes a bare arg to cloudFilter when no agent matches — cmdDelete
was missing this call entirely.

Agent: ux-engineer

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-27 14:18:55 -05:00
..
__tests__ refactor: Remove stale comments referencing non-existent test files (#1997) 2026-02-27 12:17:55 -05:00
aws fix(security): restrict file permissions on history and config directories (#2000) 2026-02-27 13:18:16 -05:00
daytona fix(security): restrict file permissions on history and config directories (#2000) 2026-02-27 13:18:16 -05:00
digitalocean fix(security): restrict file permissions on history and config directories (#2000) 2026-02-27 13:18:16 -05:00
gcp fix(security): prevent flag injection via hyphen-leading remote paths (#1996) 2026-02-27 11:17:13 -05:00
hetzner fix(security): restrict file permissions on history and config directories (#2000) 2026-02-27 13:18:16 -05:00
local refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
shared fix(hetzner): update deprecated server types to cx23/cpx22 gen (#1983) 2026-02-27 00:20:31 -08:00
sprite fix(security): prevent flag injection via hyphen-leading remote paths (#1996) 2026-02-27 11:17:13 -05:00
commands.ts fix(ux): apply resolveListFilters to cmdDelete so bare positional args work (#2002) 2026-02-27 14:18:55 -05:00
flags.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
guidance-data.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
history.ts fix(security): restrict file permissions on history and config directories (#2000) 2026-02-27 13:18:16 -05:00
index.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
manifest.ts refactor: Remove dead code and consolidate duplicate parseJson helpers (#1963) 2026-02-26 16:17:47 -05:00
picker.ts refactor: extract shared TTY scaffolding in picker.ts (#1999) 2026-02-27 13:17:01 -05:00
security.ts feat!: remove Fly.io cloud provider support (#1979) 2026-02-27 00:06:32 -05:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts style: enforce separated type imports via biome (#1870) 2026-02-24 00:16:03 -08:00