CLI Deploy
Deploy is used to make structural changes to the data warehouse (typically DDL commands) and save the corresponding data warehouse configuration for the environment for subsequent refreshes. See Deployment and Refresh for information on deployment.
Syntax
coa deploy [options]
Execution
Run coa deploy
in the same directory as the coa-plan.json
file.
Additional Options
Type coa help deploy
to see all available options.
Example Usage
- Follow the steps in CLI Plan to create a plan file
- Open a terminal
- Change to the local directory with the cloned git repo (ex
~/coalesce-git-prod
) coa deploy
- Should see the message
Deployment successful!
once complete
Updated 2 months ago