Snowflake CLI
Project description
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
uv tool install snowflake-cli
snow --help
Or, with a single command
uvx --from snowflake-cli snow --help
Install with Homebrew (Mac only)
Requires Homebrew.
brew tap snowflakedb/snowflake-cli
brew install snowflake-cli
snow --help
Install from source
Requires Python >= 3.10 and git
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snowflake_cli-3.17.0.tar.gz.
File metadata
- Download URL: snowflake_cli-3.17.0.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a078c061dfcaa29f484a5bf8675f6e7e73a4ed4453b718c422253f0b6212b19
|
|
| MD5 |
5270e4208f8b8e5f5b2b591b975690ed
|
|
| BLAKE2b-256 |
eef39a7a01955d44a93672af4ba0f7ec87f397229155c008b0be0fab4ef386a1
|
File details
Details for the file snowflake_cli-3.17.0-py3-none-any.whl.
File metadata
- Download URL: snowflake_cli-3.17.0-py3-none-any.whl
- Upload date:
- Size: 641.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cb31446d00e17669dbab95897b20a22620b7edf91eb08bae560612fa2c6651c
|
|
| MD5 |
ebb787146bca24cf707ef146b5050aff
|
|
| BLAKE2b-256 |
2b6d078543060c83a2a683b92fb3ee693ad84ffdfe13634ee56d4ce951ac1ab4
|