diff --git a/releasenotes/notes/get-status-command-747d6885fd157a86.yaml b/releasenotes/notes/get-status-command-747d6885fd157a86.yaml new file mode 100644 index 00000000..e21882ab --- /dev/null +++ b/releasenotes/notes/get-status-command-747d6885fd157a86.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + The `status` command is now available as `get status`. diff --git a/setup.cfg b/setup.cfg index f9113760..d8f3c136 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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