Skip to content

Commit

Permalink
Readme updates for snowsql (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Stoica Alexandru <[email protected]>
  • Loading branch information
jordan-brough and alexstoick authored Jan 3, 2025
1 parent 54e6599 commit af54ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ ALTER USER EXAMPLE_USER SET RSA_PUBLIC_KEY = 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMI
```
5. Verify your auth setup. If you have `snowsql` installed, that has an easy method (CTRL-d to exit)
```bash
snowsql -a <account_identifier>.<region>p -u <user> --private-key-path private_key.pem
# example: snowsql -a AAAAAAA.BBBBBBBB.us-east-1 -u john --private-key-path private_key.pem
snowsql -a <account_identifier>.<region> -u <user> --private-key-path private_key.pem
```
or alternatively, use the client to verify:
```ruby
Expand Down

0 comments on commit af54ecc

Please sign in to comment.