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
   --test-template        path to test template

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