Sqitch

sqitch-plan

Name

sqitch-plan - Show planned database changes

Synopsis

sqitch plan [options] [<database>]

Description

The plan command displays information about planned changes for a database target. By default, it will show all the changes for the plan, but you can also search for changes matching regular expressions, and limit the results. Of course you could just cat your plan file, but this is more fun.

The <database> parameter specifies the database for which the plan should be read, and may also be specified as the --target option. It can be target name, a URI, an engine name, or plan file path.

Options

Configuration Variables

Formats

There are several built-in formats, and you can emit data in a custom format format:<string> format. Here are the details of the built-in formats:

Sqitch

Part of the sqitch suite.