GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sqitch-show(3) User Contributed Perl Documentation sqitch-show(3)

sqitch-show - Show object information or change file contents

  sqitch show <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:
"change"
A change object. Outputs the text used to generate the change SHA1 ID.
"tag"
A tag. Outputs the text used to generate the tag SHA1 ID.
"deploy"
A change deploy script.
"revert"
A change revert script.
"verify"
A change verify script.

"-e"
"--exists"
Suppress all output; instead exit with zero status if "<object>" exists and is a valid object.

  • Show information about a specific change:

      sqitch show change add_users_table
        
  • Show information about a change by ID:

      sqitch show change be7cd00571d7151eacb0691e825dfc8980cc14ff
        
  • Show the most recent change info:

      sqitch show change @HEAD
        
  • Show information about a tag:

      sqitch show tag @beta1
        
  • Show the contents of a deploy file:

      sqitch show deploy add_users_table@HEAD
        

Part of the sqitch suite.
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.