GitPedia

Snowflake cli

Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations.

From snowflakedb·Updated June 24, 2026·View on GitHub·

[//]: # ([![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-311/)) The project is written primarily in Python, distributed under the Apache License 2.0 license, first published in 2022. Key topics include: cli, data-ops, devops-tools, snowflake, sql.

Latest release: v3.21.0
June 24, 2026View Changelog →
<!-- Copyright (c) 2024 Snowflake Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

Code quality checks
Integration testing
CLI Action testing

Snowflake CLI

Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations. It is a flexible and extensible tool that can accommodate modern development practices and technologies.

With Snowflake CLI, developers can create, manage, update, and view apps running on Snowflake across workloads such as Streamlit in Snowflake, the Snowflake Native App Framework, Snowpark Container Services, and Snowpark. It supports a range of Snowflake features, including user-defined functions, stored procedures, Streamlit in Snowflake, and SQL execution.

Docs: https://docs.snowflake.com/en/developer-guide/snowflake-cli-v2/index.

Quick start: https://quickstarts.snowflake.com/guide/getting-started-with-snowflake-cli

Cheatsheet: https://github.com/Snowflake-Labs/sf-cheatsheets/blob/main/snowflake-cli.md

Feel free to file an issue or submit a PR here for general cases. For official support, contact Snowflake support at: https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge

Install Snowflake CLI

Install with uv (PyPi)

We recommend installing Snowflake CLI in an isolated environment using uv. Requires Python >= 3.10

bash
uv tool install snowflake-cli snow --help

Or, with a single command

bash
uvx --from snowflake-cli snow --help

Install with Homebrew (Mac only)

Requires Homebrew.

bash
brew tap snowflakedb/snowflake-cli brew install snowflake-cli snow --help

Install from source

Requires Python >= 3.10 and git

bash
git clone https://github.com/snowflakedb/snowflake-cli cd snowflake-cli # 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.

Get involved

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 developers@snowflake.com

See CONTRIBUTING.md for development setup and contribution guidelines.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from snowflakedb/snowflake-cli via the GitHub API.Last fetched: 6/27/2026