Skip to content

Commit

Permalink
Readme updates for snowsql
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-brough authored Oct 22, 2024
1 parent 3f06972 commit 896159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ 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
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 896159a

Please sign in to comment.