Created by gh-md-toc
Access bitbucket API from bash. This piece of code
bitbucket from Atlassian is proprietary software but probably the most mature git server solution.
Last version is available on GitHub: https://github.com/cClaude/bitbucket-bash-api
This tool require bash
, curl
, jq
and git
.
sudo apt update
sudo apt upgrade
sudo apt install curl jq git
git clone https://github.com/cClaude/gitlab-bash-api.git
You can create a my-config
folder (ignored by git) to configure/customize this application
or just copy content of custom-config-sample/
.
This my-config
folder is taken in account by default by the API
This code is still in alpha version