ktx/packages
Andrey Avtomonov f1a275144f feat(cli): add RSA key-pair auth option to Snowflake setup wizard
Extends the interactive Snowflake setup flow with an authentication-method
prompt (password vs RSA/JWT key-pair). The RSA branch collects a private-key
path (env/file/absolute) and an optional passphrase; the resulting connection
config records `authMethod: 'rsa'` with `privateKey` and `passphrase` instead
of `password`.
2026-05-22 16:44:17 +02:00
..
cli feat(cli): add RSA key-pair auth option to Snowflake setup wizard 2026-05-22 16:44:17 +02:00