@@ -132,6 +132,9 @@ Commands:
132132 region-snapshot-replacement Query for information about region snapshot replacements, optionally
133133 manually triggering one
134134 saga Commands for querying and interacting with sagas
135+ sitrep Commands for querying and interacting with fault management situation
136+ reports
137+ sitreps Show the current history of fault management situation reports
135138 sleds Print information about sleds
136139 instance Print information about customer instances
137140 instances Alias to `omdb instance list`
@@ -193,6 +196,9 @@ Commands:
193196 region-snapshot-replacement Query for information about region snapshot replacements, optionally
194197 manually triggering one
195198 saga Commands for querying and interacting with sagas
199+ sitrep Commands for querying and interacting with fault management situation
200+ reports
201+ sitreps Show the current history of fault management situation reports
196202 sleds Print information about sleds
197203 instance Print information about customer instances
198204 instances Alias to `omdb instance list`
@@ -707,6 +713,40 @@ Safety Options:
707713---------------------------------------------
708714stderr:
709715=============================================
716+ EXECUTING COMMAND: omdb ["db", "sitrep", "--help"]
717+ termination: Exited(0)
718+ ---------------------------------------------
719+ stdout:
720+ Commands for querying and interacting with fault management situation reports
721+
722+ Usage: omdb db sitrep [OPTIONS] <COMMAND>
723+
724+ Commands:
725+ history List the current situation report history
726+ current Show the current situation report
727+ info Show details on a situation report
728+ help Print this message or the help of the given subcommand(s)
729+
730+ Options:
731+ --log-level <LOG_LEVEL> log level filter [env: LOG_LEVEL=] [default: warn]
732+ --color <COLOR> Color output [default: auto] [possible values: auto, always, never]
733+ -h, --help Print help
734+
735+ Connection Options:
736+ --db-url <DB_URL> URL of the database SQL interface [env: OMDB_DB_URL=]
737+ --dns-server <DNS_SERVER> [env: OMDB_DNS_SERVER=]
738+
739+ Database Options:
740+ --fetch-limit <FETCH_LIMIT> limit to apply to queries that fetch rows [env:
741+ OMDB_FETCH_LIMIT=] [default: 500]
742+ --include-deleted whether to include soft-deleted records when enumerating objects
743+ that can be soft-deleted
744+
745+ Safety Options:
746+ -w, --destructive Allow potentially-destructive subcommands
747+ ---------------------------------------------
748+ stderr:
749+ =============================================
710750EXECUTING COMMAND: omdb ["db", "saga"]
711751termination: Exited(2)
712752---------------------------------------------
0 commit comments