#cli #sync #systemd #service #maintain #hengbot #ltd

yanked hengbot_cli

A useful cli to maintain mainfest in Hengbot Ltd

3 releases

new 0.1.3 Nov 2, 2024
0.1.1 Nov 2, 2024
0.1.0 Nov 2, 2024

#193 in Unix APIs

Download history 330/week @ 2024-11-02

330 downloads per month

MIT license

12KB
230 lines

hengbot_cli

How to install

cargo install hengbot_cli

Usage

$ hbc help

Available commands:
list            - 列出所有仓库的名称和分支
init            - 初始化仓库 (clone 仓库)
sync [name]     - 同步指定仓库 (pull 更新);如果没有指定则同步所有
build [name]    - 构建所有仓库或指定仓库;如果没有指定则构建所有
service [name]  - 为符合条件的仓库创建 systemd 服务文件;如果没有指定则创建所有
start [name]    - 启动所有服务或指定服务
enable [name]   - 启用所有服务或指定服务
stop [name]     - 停止所有服务或指定服务
disable [name]  - 停用所有服务或指定服务
log [name]      - 查看指定服务的日志
help            - 显示帮助信息


Usage in hengbot

git clone git@e.coding.net:g-xigr5645/hengbot_robotics/X3_mainfest.git
cd X3_mainfest
hbc init

Dependencies

~165KB