Skip to content

Enh reorder GitHub init prompt and repackage GitHub init#64

Merged
b-jonathan merged 4 commits intob-jonathan:mainfrom
JordanJunaidi:enh-reorder-github-init-prompt-and-repackage-github-init
Feb 3, 2026
Merged

Enh reorder GitHub init prompt and repackage GitHub init#64
b-jonathan merged 4 commits intob-jonathan:mainfrom
JordanJunaidi:enh-reorder-github-init-prompt-and-repackage-github-init

Conversation

@JordanJunaidi
Copy link
Contributor

Summary

Describe the purpose of this pull request. What does it do, and why is it needed?

Closes #36 if applicable.


Changes Made

  • Added new stack: <stack name>
  • Updated existing functionality
  • Improved documentation
  • Refactored internal code
  • Fixed a bug

Briefly summarize the major changes:

  • Reordered prompts so that GitHub related prompts only appear if the user has selected to create a GitHub repository
  • Moved GitHub init flow into CreateRepo and DeleteRepo functions inside gh/repo.go
  • I created a separate file for this in the gh package, but can move it into the original one if you want it to all be in one file

Testing

How was this change tested?

  • go test ./... passes locally
  • Manual testing done with taco CLI
  • CI checks pass

Provide details:

# Example test commands
./taco init

@b-jonathan b-jonathan merged commit f42ddd9 into b-jonathan:main Feb 3, 2026
4 checks passed
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 this pull request may close these issues.

[ENH] Reorder Github Init Prompt and Repackage Github Init

2 participants