"-t"
"--target"
The target database to which to connect. This option can be either a URI or the name of a target in
the configuration.
"--project"
Project for which to retrieve the status. Defaults to the status of the current project, if a plan
can be found.
"--registry"
sqitch check --registry registry
The name of the Sqitch registry schema or database in which sqitch stores its own data.
"--db-client"
"--client"
sqitch check --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.
"-d"
"--db-name"
sqitch check --db-name widgets
sqitch check -d bricolage
Name of the database. In general, targets and URIs are preferred, but this option can be used to
override the database name in a target.
"-u"
"--db-user"
"--db-username"
sqitch check --db-username root
sqitch check --db-user postgres
sqitch check -u Mom
User name to use when connecting to the database. Does not apply to all engines. In general, targets
and URIs are preferred, but this option can be used to override the user name in a target.
"-h"
"--db-host"
sqitch check --db-host db.example.com
sqitch check -h appdb.example.net
Host name to use when connecting to the database. Does not apply to all engines. In general, targets
and URIs are preferred, but this option can be used to override the host name in a target.
"-p"
"--db-port"
sqitch check --db-port 7654
sqitch check -p 5431
Port number to connect to. Does not apply to all engines. In general, targets and URIs are preferred,
but this option can be used to override the port in a target.
"--plan-file"
"-f"
sqitch check --plan-file my.plan
Path to the deployment plan file. Overrides target, engine, and core configuration values. Defaults
to $top_dir/sqitch.plan.