Name

sqitch-add-usage - Sqitch add usage statement

Usage

sqitch [options] add [<change-options>] [<template-options>] changename

Options

-r --requires             require change
-c --conflicts            declare conflicting change
-s --set                  set a template variable
-n --note                 a note describing the change

   --template-directory   path to directory containing templates
   --deploy-template      path to deploy template
   --revert-template      path to revert template
   --verify-template      path to verify template

   --no-deploy            do not create deploy script
   --no-revert            do not create revert script
   --no-verify            do not create verify script
   --deploy               create deploy script
   --revert               create revert script
   --verify               create verify script