文件名称:tiresias:帮助您访问服务器的工具
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-19 15:28:43
Go
提尔西亚斯 Tiresias是可帮助您访问服务器的工具。 有了支持外壳程序,您就可以顺利使用ping production-server或ssh staging-server 。 特征 从多方面阅读 具有全局路径支持的YAML文件 领事 写入多个目的地 主机 ssh配置 快速开始 创建一个配置文件,如下所示: database : /home/xuanwo/.tiresias/db src : - type : fs path : /path/to/source/file dst : - type : ssh_config path : /home/xuanwo/.ssh/config - type : hosts path : /etc/hosts 并运行: sudo tiresias --config ~/.tiresias/config.ya
【文件预览】:
tiresias-master
----.gitignore(278B)
----main.go(2KB)
----README.md(3KB)
----utils()
--------seek.go(689B)
----contexts()
--------context.go(372B)
----CHANGELOG.md(1KB)
----db()
--------db.go(950B)
----Gopkg.toml(51B)
----source()
--------consul()
--------fs()
--------source.go(2KB)
----constants()
--------version.go(83B)
--------constants.go(323B)
--------model.go(401B)
--------endpoint.go(165B)
----model()
--------source.go(1KB)
--------server.go(2KB)
----destination()
--------destination.go(769B)
--------hosts()
--------ssh()
----config()
--------config.yaml.example(490B)
--------config.go(832B)
--------endpoint.go(220B)
----setup.go(2KB)
----Gopkg.lock(3KB)
----Makefile(2KB)