Purpose

The purpose of the plan command is to generate a coa-plan.json file, which is needed before a Deploy.

Syntax

coa plan [options]

Execution

Run coa plan in the same directory as the locally cloned copy of your Coalesce project's Git repository.

Optional Flags

Type coa help plan to see all available options.

Example Usage

  1. Ensure your coa config file is populated correctly (open ~/.coa) and that coa has been installed (see CLI Setup for details)
  2. Clone your git repository to your home directory (~)
  3. Open your preferred terminal program
  4. Change to your repo's directory (ex - ~/coalesce-git-prod))
  5. coa plan
  6. You'll see a coa-plan.json file in the directory once done