简体中文 | English
自动化助手(TencentCloud Automation Tools,TAT)是云服务器的原生运维部署工具。TAT提供自动化的远程操作方式,可直接管理实例,批量执行 Shell,Powershell,Batch 等命令,轻松完成运行自动化运维脚本、轮询进程、安装或卸载软件、更新应用以及安装补丁等常见管理任务。
了解更多信息,请访问 https://cloud.tencent.com/product/tat
- Rust 语言环境
注意:rust 的版本必须高于 1.80,如果版本过低,可以通过以下命令更新版本:
rustup update
然后执行以下命令编译:
cargo build --release --bin tat_agent
编译成功后,执行以下命令运行:
- Linux 系统:
./target/release/tat_agent
- Windows 系统:
./target/release/tat_agent.exe
可以在 Linux 和 Windows 中运行,包括但不限于:
- TencentOS Server
- CentOS
- Ubuntu
- Debian
- openSUSE
- CoreOS