Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename status command as get status #657

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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