Skip to content

Commit

Permalink
add snow cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-eraigosa committed May 27, 2024
1 parent 2d84fe8 commit 80a7c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions opt/profiles/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,6 @@ alias pip='pip3'
if [ -f /Applications/SnowSQL.app/Contents/MacOS/snowsql ]; then
alias snowsql=/Applications/SnowSQL.app/Contents/MacOS/snowsql
fi

# install snow cli
snow --version || ( pip3 install --upgrade pip && python -m pip install snowflake-cli-labs )
1 change: 0 additions & 1 deletion opt/profiles/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ brew 'jsonnet'
brew 'jq'

cask 'snowflake-snowsql'
brew 'snowflake-snowsql'

0 comments on commit 80a7c77

Please sign in to comment.