App-Sqitch
view release on metacpan or search on metacpan
lib/sqitch-status.pod view on Meta::CPAN
=over
=item C<-t>
=item C<--target>
The target database to which to connect. This option can be either a URI or
the name of a target in the configuration.
=item C<--project>
Project for which to retrieve the status. Defaults to the status of the
current project, if a plan can be found.
=item C<--show-changes>
Also display a list of deployed changes.
=item C<--show-tags>
Also display a list of applied tags.
=item C<--date-format>
=item C<--date>
Format to use for timestamps. Defaults to C<iso>. Allowed values:
=over
=item C<iso>
=item C<iso8601>
Shows timestamps in ISO-8601 format.
=item C<rfc>
=item C<rfc2822>
Show timestamps in RFC-2822 format.
=item C<full>
=item C<long>
=item C<medium>
=item C<short>
Show timestamps in the specified format length, using the system locale's
C<LC_TIME> category.
=item C<raw>
Show timestamps in raw format, which is strict ISO-8601 in the UTC time zone.
=item C<strftime:$string>
Show timestamps using an arbitrary C<strftime> pattern. See
L<DateTime/strftime Paterns> for comprehensive documentation of supported
patterns.
=item C<cldr:$string>
Show timestamps using an arbitrary C<cldr> pattern. See L<DateTime/CLDR
Paterns> for comprehensive documentation of supported patterns.
=back
=item C<--registry>
sqitch status --registry registry
The name of the Sqitch registry schema or database in which sqitch stores its
own data.
=item C<--db-client>
=item C<--client>
sqitch status --client /usr/local/pgsql/bin/psql
Path to the command-line client for the database engine. Defaults to a client
in the current path named appropriately for the database engine.
=item C<-d>
=item C<--db-name>
sqitch status --db-name widgets
sqitch status -d bricolage
Name of the database. In general, L<targets|sqitch-target> and URIs are
preferred, but this option can be used to override the database name in a
target.
=item C<-u>
=item C<--db-user>
=item C<--db-username>
sqitch status --db-username root
sqitch status --db-user postgres
sqitch status -u Mom
User name to use when connecting to the database. Does not apply to all
engines. In general, L<targets|sqitch-target> and URIs are preferred, but this
option can be used to override the user name in a target.
=item C<-h>
=item C<--db-host>
sqitch status --db-host db.example.com
sqitch status -h appdb.example.net
Host name to use when connecting to the database. Does not apply to all
engines. In general, L<targets|sqitch-target> and URIs are preferred, but this
option can be used to override the host name in a target.
=item C<-p>
=item C<--db-port>
( run in 1.695 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )