File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111## [ 1.52.0] - 2026-04-06
1212### Added
13- - Added ` status ` subcommand query to ` component ` command to retrieve development life-cycle staus :
14- - Component and version specific for a single component
15- - Component and version specific for a list of components
13+ - Added ` status ` subcommand query to ` component ` command to retrieve development life-cycle status :
14+ - Component and version- specific for a single component
15+ - Component and version- specific for a list of components
1616
1717## [ 1.51.1] - 2026-04-01
1818### Fixed
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ def setup_args() -> None: # noqa: PLR0912, PLR0915
423423 # Component Sub-command: component status
424424 c_status = comp_sub .add_parser (
425425 'status' ,
426- aliases = ['stat ' ],
426+ aliases = ['sts' , 'st ' ],
427427 description = f'Show Component Status details: { __version__ } ' ,
428428 help = 'Retrieve development status for the given components' ,
429429 )
You can’t perform that action at this time.
0 commit comments