TheDocumentation Index
Fetch the complete documentation index at: https://docs.tolmo.com/llms.txt
Use this file to discover all available pages before exploring further.
tolmo code command lets you browse and clone repositories connected to your organization. Tolmo resolves access credentials on the backend, so you can clone repositories from GitHub or GitLab without managing tokens locally. All subcommands accept the global --org flag to target a specific organization.
List repositories
Usetolmo code list to see every repository Tolmo knows about for your organization.
--cloneable flag filters to repositories that have storage artifacts ready for cloning. Use it before running a bulk clone to preview what will be fetched.
Clone a repository
Usetolmo code clone to clone a single repository. You can pass the repository in any of the following formats — Tolmo normalizes them automatically:
--provider gitlab when the short group/repo notation is ambiguous or when the host is not included in the URL.
Clone all repositories
Usetolmo code clone all to clone every repository in your organization that is available for cloning. Tolmo prompts for confirmation before starting.