-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add GitHubOperations class and improve imports and initaliation (#10)
* ✨ Add GitHubOperations class and improve imports and initaliation Also: * Optimized Class Initialization: Initialized TerragruntOperations, FileOperations, and GitHubOperations only when their respective menu options are selected. \n * Added Options to Delete Local and Remote Branches: Implemented methods to delete local and remote branches in GitHubOperations. \n * Updated README: Reflected the new functions and configuration in the README.md. \n * Fixed AttributeError: Ensured TerragruntOperations is initialized before calling run_terragrunt in FileOperations \n * Add file formatting before commits --------- Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
- Loading branch information
1 parent
2fa5b10
commit ddf737b
Showing
8 changed files
with
749 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pick==2.4.0 | ||
setuptools==75.8.1 | ||
boto3==1.37.1 | ||
python-hcl2==6.1.1 | ||
python-hcl2==6.1.1 | ||
PyGithub==2.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.