* Resolve repository metadata. The returned `name` is local. * Throws `ArtifactsError` (code `NOT_FOUND`) if it does not exist.
(name: string)
| 60 | * Throws `ArtifactsError` (code `NOT_FOUND`) if it does not exist. |
| 61 | */ |
| 62 | get(name: string): Promise<ArtifactsRepoInfo>; |
| 63 | /** List the session's repos, walking every page. Names are local. */ |
| 64 | list(): Promise<ArtifactRepoSummary[]>; |
| 65 | /** Import an external git remote into a session repo. */ |
no outgoing calls