Changes for version 0.60 - 2012-07-07

  • Removed some discussion of VCS integration, since it is not yet implemented, and it may be a while before it is.
  • Added `sqitchcommands`, documentation of the most common Sqitch commands, and fixed `--help` to show it.
  • Fixed `--man` to show the sqitch command documentation.
  • Fixed error handling for unknown commands, so that it displays a message saying the command is unknown, rather than a stack trace.
  • Adding a change after a tag now also inserts a blank line into the plan between the tag and the new change, for nicer plan file formatting.
  • Added the `status` command.
  • Added App::Sqitch::DateTime, a DateTime subclass with named formats.

Documentation

Sqitch add usage statement
Add a database change to the plan
Sqitch config usage statement
Get and set local, user, or system Sqitch options
Sqitch deploy usage statement
Deploy changes to a database
Sqitch help usage statement
Display help for Sqitch and Sqitch commands
Sqitch init usage statement
Create a new Sqitch project
Sqitch revert usage statement
Revert changes to a database
Sqitch rework usage statement
Rework a database change
Sqitch status usage statement
Show the current deployment status of a database
Sqitch tag usage statement
Create or list tag objects
Sane database change management
List of common sqitch commands
A tutorial introduction to Sqitch

Modules

Sane database change management
Sqitch Command support
Add a new change to a Sqitch plan
Get and set local, user, or system Sqitch options
Deploy Sqitch changes to a database
Display help information about Sqitch
Initialize a Sqitch project
Revert Sqitch changes from a database
Rework a Sqitch change
Display status information about Sqitch
Add or list tags in a Sqitch plan
Sqitch configuration management
Sqitch DateTime object
Sqitch Deployment Engine
Sqitch PostgreSQL Engine
Sqitch SQLite Engine
Sqitch Deployment Plan
Sqitch deployment plan blank line
Sqitch deployment plan tag
Sqitch deployment plan change list
Sqitch deployment plan line
Sqitch deployment plan line list
Sqitch deployment plan blank line
Sqitch deployment plan tag
Sqitch Exception class