From a174402f0cbde46f78be7017f39ec7c6a871ea64 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Mon, 18 Aug 2025 01:48:54 -0400 Subject: [PATCH] Rename the `env dev ls` command to `env dev show` --- CHANGELOG.md | 4 ++++ src/dda/cli/env/dev/{ls => show}/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) rename src/dda/cli/env/dev/{ls => show}/__init__.py (92%) 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