> ## Documentation Index
> Fetch the complete documentation index at: https://docs.westyx.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> What's new in the westyx CLI, release by release.

`westyx upgrade` and `westyx upgrade --check` link here for each release's notes. The anchor on
each heading below matches the manifest's `release_notes` URL for that version
(`https://docs.westyx.dev/cli/changelog#v0-6-2`, for example). For command details, see the
[command reference](/cli/reference).

<a id="v0-9-1" />

## v0.9.1 (2026-09-09)

Fixed: self-updater.

<a id="v0-9-0" />

## v0.9.0 (2026-09-09)

Added commands:

* `westyx service create`
* `westyx service delete`

<a id="v0-8-0" />

## v0.8.0 (2026-09-08)

Added commands:

* `westyx service list`
* `westyx service get`
* `westyx environment list`
* `westyx environment set`

<a id="v0-7-0" />

## v0.7.0 (2026-09-08)

Added commands:

* `westyx snapshot list`
* `westyx snapshot create`
* `westyx snapshot delete`
* `westyx snapshot diff`
* `westyx snapshot restore`

<a id="v0-6-4" />

## v0.6.4 (2026-09-06)

Fixed: `--format=json` missing the `environment` field on `secret`/`config`/`flag get/list`.

<a id="v0-6-3" />

## v0.6.3 (2026-09-03)

* Fixed: `--env` not narrowing service resolution on `secret`/`config`/`flag get/set/list`.
* Added: `ENVIRONMENT` column on `secret`/`config`/`flag list`.
* Removed: the no-op `environment` parameter from `secret`/`config`/`flag get/set/list`.

<a id="v0-6-2" />

## v0.6.2 (2026-09-03)

* Changed: distribution origin moved to `westyx.dev`; release signing key rotated.
* Added: `govulncheck`, a `go.mod`/`go.sum` tidiness check, and `golangci-lint` to CI.

<a id="v0-6-0" />

## v0.6.0 (2026-09-02)

Added commands:

* `westyx upgrade`
* `westyx upgrade --check`

<a id="v0-5-0" />

## v0.5.0 (2026-06-04)

Added commands:

* `westyx secret get/set/list`
* `westyx config get/set/list`
* `westyx flag get/set/list`

<a id="v0-4-0" />

## v0.4.0 (2026-05-29)

Added commands:

* `westyx dev run`

<a id="v0-3-0" />

## v0.3.0 (2026-05-29)

Added commands:

* `westyx dev setup`
* `westyx dev pull`
* `westyx dev status`
* `westyx dev teardown`

<a id="v0-2-0" />

## v0.2.0 (2026-05-29)

Added commands:

* `westyx analyze`
* `westyx dev push`

<a id="v0-1-0" />

## v0.1.0 (2026-05-29)

Added commands:

* `westyx login`
* `westyx logout`
* `westyx version`
* `westyx tenant list/set`
* `westyx project list/set`
