-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a37f3d9
commit 21a6336
Showing
2 changed files
with
6 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,5 @@ | ||
# Snowflake Developer CLI | ||
|
||
**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](https://forms.gle/HZNhPNbzn7oExjFu8). Also, if you want to access Snowflake Container | ||
Services through Snowflake CLI, you must register for its PrPr. For more information, you can contact a | ||
Snowflake sales representative. | ||
This package has been renamed. Use `pip install snowflake-cli` instead. | ||
|
||
For complete installation and usage instructions, refer to the | ||
**[Snowflake CLI Guide](https://docs.snowflake.com/LIMITEDACCESS/snowcli/snowcli-guide)**. | ||
|
||
## Install Snowflake CLI | ||
|
||
### Install with pip (PyPi) | ||
|
||
Requires Python >= 3.8 | ||
|
||
```bash | ||
pip install snowflake-cli | ||
snow --help | ||
``` | ||
|
||
### Install with Homebrew (Mac only) | ||
|
||
Requires [Homebrew](https://brew.sh/). | ||
|
||
```bash | ||
brew tap Snowflake-Labs/snowcli | ||
brew install snowcli | ||
snow --help | ||
``` | ||
|
||
### Install from source | ||
|
||
Requires Python >= 3.8 and git | ||
|
||
```bash | ||
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. | ||
|
||
## 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 [email protected] | ||
New package: https://pypi.org/project/snowflake-cli/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters