burbaniak / bitbucket-bash-api

Configure bitbucket server using bash scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Created by gh-md-toc

bitbucket-bash-api

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

Installation

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

Configuration

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

Warning !

This code is still in alpha version

About

Configure bitbucket server using bash scripts

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%