
sqitch-status - Show the current deployment status of a database

sqitch [options] status [<options>]

Displays information about the current database deployment status. The most recently deployed change information is displayed, as well as any related tags. If there are undeployed changes in the plan, they will be listed. Otherwise, a message will indicate that the database is up-to-date.

--projectProject for which to retrieve the status. Defaults to the status of the current project, if a plan can be found.
--show-changesAlso display a list of deployed changes.
--show-tagsAlso display a list of applied tags.
--date-format--dateFormat to use for timestamps. Defaults to iso. Allowed values:
isoiso8601Shows timestamps in ISO-8601 format.
rfcrfc2822Show timestamps in RFC-2822 format.
fulllongmediumshortShow timestamps in the specified format length, using the system locale's LC_TIME category.
rawShow timestamps in raw format, which is strict ISO-8601 in the UTC time zone.
strftime:$stringShow timestamps using an arbitrary strftime pattern. See "strftime Paterns" in DateTime for comprehensive documentation of supported patterns.
cldr:$stringShow timestamps using an arbitrary cldr pattern. See "CLDR Paterns" in DateTime for comprehensive documentation of supported patterns.

status.show_changesBoolean value indicates whether or not to display changes in the output. Defaults to false.
status.show_tagsBoolean value indicates whether or not to display tags in the output. Defaults to false.
status.date_formatFormat to use for timestamps. Supports the same values as the --date-format option.

Part of the sqitch suite.