bitbucket_init – Initialize empty repository¶
Synopsis¶
Initialize empty Bitbucket repository
Requirements¶
The below requirements are needed on the host that executes this module.
pathlib
gitpython
Parameters¶
- repository (True, str, None)
Repository name.
- project_key (True, str, None)
Bitbucket project key.
- dest (False, str, None)
Local destination directory for repository.
Examples¶