Skip to content

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

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

1 participant