Skip to content

Commit

Permalink
Rename status command as get status (#657)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 29, 2023
1 parent ba38461 commit 8fdcdea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions releasenotes/notes/get-status-command-747d6885fd157a86.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
The `status` command is now available as `get status`.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ osism.commands:
get logs file = osism.commands.log:File
get logs opensearch = osism.commands.log:Opensearch
get states = osism.commands.get:States
get status = osism.commands.status:Run
get tasks = osism.commands.get:Tasks
get versions manager = osism.commands.get:VersionsManager
log ansible = osism.commands.log:Ansible
Expand Down Expand Up @@ -84,7 +85,6 @@ osism.commands:
service = osism.commands.service:Run
set bootstrap = osism.commands.set:Bootstrap
set maintenance = osism.commands.set:Maintenance
status = osism.commands.status:Run
task list = osism.commands.get:Tasks
task revoke = osism.commands.task:Revoke
validate = osism.commands.validate:Run
Expand Down

0 comments on commit 8fdcdea

Please sign in to comment.