Note: Snowflake CLI is in Private Preview (PrPr). You must register for the PrPr to use Snowflake CLI by filling out the Snowflake CLI - PrPr Intake Form. For more information, you can contact a Snowflake sales representative.
Requires Python >= 3.8
pip install snowflake-cli-labs
snow --help
Requires Homebrew.
brew tap Snowflake-Labs/snowflake-cli
brew install snowcli
snow --help
Requires Python >= 3.8 and git
git clone https://github.com/snowflake-labs/snowcli
cd snowcli
# you can also do the below in an active virtual environment:
# python -m venv .venv
# source .venv/bin/activate
hatch build && pip install .
snow --version
You should now be able to run snow
and get the CLI message.
Have a feature idea? Running into a bug? Want to contribute? We'd love to hear from you! Please open or review issues, open pull requests, or reach out to us on [email protected]