Skip to main content

Command Line Interface

Coalesce ships a command line interface, coa, for automated deploys, refreshes, and CI/CD. The CLI docs are split by major version because behavior and setup differ in important ways.

Coalesce CLI (COA 7.33 and Above)

Use this section when you run coa 7.33 or newer on Snowflake. These docs describe local development (work from your version control checkout, connect to the warehouse, iterate without routing SQL through Coalesce cloud) and cloud operations (plan, deploy, and refresh through Coalesce using access tokens and Environment IDs).

With the newer CLI, you can author and run SQL locally: edit Node SQL, preview generated DDL, create tables, run DML, and validate results in your own SQL client while you build. When the pipeline is ready, you promote it through the same coa commands for cloud-backed deploy and refresh. Start with Command Line Interface for install, authentication, and configuration, then follow the task docs below.

Coalesce CLI (COA 7.32 and Below)

Use this section when you're still on coa 7.32 or older. The model emphasizes connecting through the earlier configuration paths documented for that release. If you are unsure which path you use, check coa --version and talk to your admin about upgrade timing.

What's Next?