fix(cli): allow installing extensions from ssh repo (#26274)

Signed-off-by: Daniel Finimundi <danielrf@motorola.com>
Co-authored-by: Dev Randalpura <devrandalpura@google.com>
This commit is contained in:
Daniel Finimundi
2026-05-11 12:57:52 -03:00
committed by GitHub
parent 8a3fde4c33
commit 7cd228f5af
+2 -1
View File
@@ -1300,7 +1300,8 @@ export async function inferInstallMetadata(
source.startsWith('git@') ||
source.startsWith('sso://') ||
source.startsWith('github:') ||
source.startsWith('gitlab:')
source.startsWith('gitlab:') ||
source.startsWith('ssh://')
) {
return {
source,