diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c7905b..08dc9467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +***Changed:*** + +- Rename the `env dev ls` command to `env dev show` + ## 0.24.1 - 2025-08-13 ***Fixed:*** diff --git a/src/dda/cli/env/dev/ls/__init__.py b/src/dda/cli/env/dev/show/__init__.py similarity index 92% rename from src/dda/cli/env/dev/ls/__init__.py rename to src/dda/cli/env/dev/show/__init__.py index 1a44c0f9..8a0dae69 100644 --- a/src/dda/cli/env/dev/ls/__init__.py +++ b/src/dda/cli/env/dev/show/__init__.py @@ -11,11 +11,11 @@ from dda.cli.application import Application -@dynamic_command(short_help="List the available developer environments") +@dynamic_command(short_help="Show the available developer environments") @pass_app def cmd(app: Application) -> None: """ - List the available developer environments. + Show the available developer environments. """ import json