Skip to contents

Repository Management

Functions for working with GitHub repositories and organizations

repos()
List repositories for a user or organization
orgs()
List organizations for the authenticated user

File Operations

Functions for working with files in GitHub repositories

file_content()
Retrieve the content of a file from a GitHub repository
file_update()
Create or update a file in a GitHub repository
file_mapping()
Create a file mapping for multi-repository deployment
print(<file_mapping>)
Print method for file_mapping objects
file_deploy()
Deploy a file to multiple GitHub repositories
print(<file_deploy_result>)
Print method for "file_deploy_result" objects

Pull Request Creation

Functions for creating pull requests across repositories

pr_create()
Create a pull request for changes in multiple repositories
print(<pr_create_result>)
Print method for pr_create_result objects