CLI Plan
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
- Ensure your coa config file is populated correctly (open
~/.coa
) and that coa has been installed (see CLI Setup for details) - Clone your git repository to your home directory (~)
- Open your preferred terminal program
- Change to your repo's directory (ex -
~/coalesce-git-prod)
) coa plan
- You'll see a
coa-plan.json
file in the directory once done
Updated about 2 months ago