monitor_cli 1.5.2

Command line tool to sync monitor resources and execute file defined procedures
# [[repo]]
# name = "monitor-dev-frontend"
# description = "Used as frontend for monitor-core-dev"
# tags = ["monitor", "dev"]

# [repo.config]
# server_id = "monitor-01"
# repo = "mbecker20/monitor"
# branch = "main"
# github_account = ""

# [repo.config.on_clone]
# path = ""
# command = ""

# [repo.config.on_pull]
# path = "frontend"
# command = "sh on_pull.sh"

[[repo]]
name = "monitor-periphery"
description = ""
tags = ["monitor"]

[repo.config]
server_id = "monitor-01"
repo = "mbecker20/monitor"
branch = "main"
github_account = ""

[repo.config.on_clone]
path = ""
command = ""

[repo.config.on_pull]
path = "."
command = "/root/.cargo/bin/cargo build -p monitor_periphery --release && cp ./target/release/periphery /home/ubuntu/periphery"