hengbot_cli

Crates.iohengbot_cli
lib.rshengbot_cli
version0.1.3
sourcesrc
created_at2024-11-02 09:09:56.766138
updated_at2024-11-02 10:25:51.104018
descriptionA useful cli to maintain mainfest in Hengbot Ltd.
homepagehttps://github.com/Tunglies
repositoryhttps://github.com/Tunglies
max_upload_size
id1432686
size12,284
Tunglies (Tunglies)

documentation

README

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
Commit count: 0

cargo fmt