Skip to content

Commit 8fdcdea

Browse files
authored
Rename status command as get status (#657)
Signed-off-by: Christian Berendt <[email protected]>
1 parent ba38461 commit 8fdcdea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
The `status` command is now available as `get status`.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ osism.commands:
5555
get logs file = osism.commands.log:File
5656
get logs opensearch = osism.commands.log:Opensearch
5757
get states = osism.commands.get:States
58+
get status = osism.commands.status:Run
5859
get tasks = osism.commands.get:Tasks
5960
get versions manager = osism.commands.get:VersionsManager
6061
log ansible = osism.commands.log:Ansible
@@ -84,7 +85,6 @@ osism.commands:
8485
service = osism.commands.service:Run
8586
set bootstrap = osism.commands.set:Bootstrap
8687
set maintenance = osism.commands.set:Maintenance
87-
status = osism.commands.status:Run
8888
task list = osism.commands.get:Tasks
8989
task revoke = osism.commands.task:Revoke
9090
validate = osism.commands.validate:Run

0 commit comments

Comments
 (0)