Skip to content

Allow passing git arguments to coder dotfiles #8282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
elliot-graebert-skydio opened this issue Jun 30, 2023 · 0 comments · Fixed by #8331
Closed

Allow passing git arguments to coder dotfiles #8282

elliot-graebert-skydio opened this issue Jun 30, 2023 · 0 comments · Fixed by #8331
Assignees

Comments

@elliot-graebert-skydio
Copy link

Use Case: we want to be able to have a single dotfiles repo, and allow people to create branches to try things out.

We are using Coder as a private GItHub App, and therefore it doesn't have access to clone private repos. Since it's a private GitHub app, user's can't install it on their own user. Since it's a GitHub app, it can't clone private repo's, and we don't want all of our dotfiles repo public to the internet. We also don't want user's creating a repo per user / team, as that would be thousands of junk repo's in our org. This leaves us with: what about using branches on top of an existing repo?

To fix this, we would need

func (r *RootCmd) dotfiles() *clibase.Cmd {
modified to accept git arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants