gitlab-version-bot

Crates.iogitlab-version-bot
lib.rsgitlab-version-bot
version0.1.0
sourcesrc
created_at2021-03-08 20:14:08.06395
updated_at2021-03-08 20:14:08.06395
descriptionPost a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
homepage
repositoryhttps://github.com/aeyoll/gitlab-version-bot
max_upload_size
id365838
size25,429
Jean-Philippe Bidegain (aeyoll)

documentation

README

Gitlab version bot

Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.

Usage

gitlab-version-bot <gitlab_url> <gitlab_token> <rocket_chat_url> <rocket_chat_token>

Example:

gitlab-version-bot https://git.yourdomain.com/ <gitlab_token> https://chat.yourdomain.com <rocket_chat_token>

Development

cargo run <gitlab_url> <gitlab_token> <rocket_chat_url> <rocket_chat_token>
cargo build # build for development
cargo build --release # build for production
Commit count: 14

cargo fmt