You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Added hs account link command to link authenticated accounts to a directory. Linked accounts are saved in a local .hs/settings.json file, which is added to .gitignore automatically. If an older .hsaccount override file exists in the directory, users will be prompted to migrate it.
Added hs account unlink command to remove a linked account from a directory.
hs account use now sets the linked default when run inside a linked directory, instead of changing the global default.
hs account list now displays linked directory settings and linked accounts alongside global accounts.