Open Issues Need Help
View All on GitHub Developer Tools • Task Runners
Enable imports over git and from private repos 2 months ago
AI Summary: Implement support for importing eirctl configuration files from Git repositories, including private ones. This involves using a Go library (like `go-git`) to clone and manage the Git repositories in memory or a temporary location, handling authentication for private repositories, and integrating this functionality into the existing import mechanism.
Complexity:
4/5
enhancement good first issue help wanted