UNPKG
git-account-switch-ssh
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Git Account Switch (SSH)
github.com/eric-vandenberg/git-account-switch-ssh
git-account-switch-ssh
/
lib
/
types
/
entry.ts
9 lines
(8 loc)
•
160 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
IEntry
{
Host
:
string
;
User
?:
string
;
AddKeysToAgent
?:
string
;
UseKeychain
?:
string
;
IdentityFile
?:
string
[];
HostName
?:
string
; }