File: sqitch-deploy-usage.pod

package info (click to toggle)
sqitch 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: perl: 39,083; sql: 2,885; xml: 75; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 1,074 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=head1 Name

sqitch-deploy-usage - Sqitch deploy usage statement

=head1 Usage

  sqitch deploy [options] [<database>]

=head1 Options

    -t --target       <target>     database to which to connect
       --to-change    <change>     deploy to change
       --mode         <mode>       failure reversion mode
    -s --set          <key=value>  set a database client variable
       --verify                    run verify scripts after each change
       --no-verify                 do not run verify scripts
       --log-only                  log changes without running them
       --lock-timeout <timeout>    seconds to wait for target lock
       --registry     <registry>   registry schema or database
       --db-client    <path>       path to the engine command-line client
    -d --db-name      <name>       database name
    -u --db-user      <user>       database user name
    -h --db-host      <host>       database server host name
    -p --db-port      <port>       database server port number
    -f --plan-file    <file>       path to a deployment plan file