| sqitch-show(3pm) | User Contributed Perl Documentation | sqitch-show(3pm) |
sqitch-show - Show object information or script contents
sqitch show [options] <type> <object>
Shows information about Sqitch objects. The first argument must be the type of object to show, and the second must be a key identifier for the object in the plan. The second argument must be a a change name or tag as specified in sqitchchanges. The supported types include:
sqitch show change add_users_table
sqitch show change be7cd00571d7151eacb0691e825dfc8980cc14ff
sqitch show change @HEAD
sqitch show tag @beta1
sqitch show deploy add_users_table@HEAD
Part of the sqitch suite.
| 2024-02-08 | perl v5.38.2 |