This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Releases: Skedulo/opsgenie-cli
Releases · Skedulo/opsgenie-cli
0.0.4
0.0.3
0.0.3
- Can now enable or disable integrations either by id or name like this
opsgenie integrations enable --id=<integration-id>oropsgenie integrations enable --name=<integration-name>. - Can now list integrations by regular expression like this
opsgenie integrations --reg=<regex>. - Added a
--dry-runargument to show what will happen when making changes.
0.0.2
0.0.2
- Can now filter alerts using the
--query=<query>argument. This is in the format of an Opsgenie query like you'd use in the UI. - Fixed output from
alertsso it's a proper JSON array. - Added
integrationscommand to list integrations. - Can now enable and disable integrations using
opsgenie integrations enable <integration-id>andopsgenie integrations disable <integration-id>
0.0.1
First release with a basic alerts command.