MyGit
🚩收到GitHub仓库的更新通知

Tencent/tat-agent

Fork: 26 Star: 110 (更新于 1970-01-01 00:00:00)

license: NOASSERTION

Language: Rust .

TAT agent is an agent written in Rust, which run in CVM, Lighthouse or CPM 2.0 instances. Its role is to run commands remotely without ssh login, invoked from TencentCloud Console/API. Commands include but not limited to: Shell, PowerShell, Python. TAT stands for TencentCloud Automation Tools. See more info at https://cloud.tencent.com/product/tat.

最后发布版本: v0.1.17 ( 2021-12-24 15:23:48)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

TAT Agent

简体中文 | English

TencentCloud Automation Tools (TAT) is a native operations and maintenance deployment tool for cloud servers. TAT provides an automated way to directly manage instances and batch execute commands such as Shell, Powershell, Python, etc. to easily complete common management tasks such as running automation scripts, polling processes, installing or uninstalling software, updating applications and installing patches.

For more information, please visit https://cloud.tencent.com/product/tat .

Environment & Tools

  • Rust environment
  • Docker

Compile

Run the following command to compile:

  • Linux
cargo build --release --bin tat_agent
  • Windows

Note: In Windows OS, the version of rust must be higher than 1.70, If the version is too low, you can update the version with the following command:

rustup update

Then run:

cargo build --release --bin tat_agent

Run

After successful compilation, run the following command:

  • Linux
./target/release/tat_agent
  • Windows
./target/release/tat_agent.exe

Supported OS

Binary can run at both Linux & Windows Distributions, including but not limited to:

  • Tencent Linux
  • CentOS
  • Ubuntu
  • Debian
  • openSUSE
  • SUSE
  • CoreOS

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2021-12-24 15:23:48 v0.1.17

2021-12-17 11:23:42 v0.1.16

2021-12-16 17:12:19 v0.1.15

2021-12-13 15:40:00 v0.1.14

2021-12-06 14:05:18 v0.1.13

2021-11-26 17:58:27 v0.1.12

主题(topics):

agent, rust, tat, tencentcloud

Tencent/tat-agent同语言 Rust最近更新仓库

2024-05-16 09:11:03 lapce/lapce

2024-05-16 01:31:34 tauri-apps/tauri

2024-05-15 12:28:43 jdx/mise

2024-05-14 22:29:36 astral-sh/uv

2024-05-14 08:03:33 ruffle-rs/ruffle

2024-05-12 22:10:28 tw93/Pake