bashible 基于bash 的dsl 框架
bashible 是一个方便基于shell 开发的类似ansible 的dsl 框架,可以用来方便的进行部署以及自动化
包含的特性
- 提升可读性
- 异常处理
- 跳过已经执行成功的任务
- 命令链
- 变量检查
- 依赖管理
- 模块化(支持模版引擎)
- 延迟任务执行
使用
- 安装
注意目前bashible.edit 有问题
wget https://raw.githubusercontent.com/mig1984/bashible/master/bashible
wget https://raw.githubusercontent.com/mig1984/bashible/master/bashible.edit
chmod 755 bashible
chmod 755 bashible.edit
mv bashible /usr/local/bin
mv bashible.edit /usr/local/bin
- 使用
app.bash
#!/usr/local/bin/bashible
@ echo date
- result date date
- 执行
bashible app.bash
- 效果
说明
bashible 是一个很灵活强大类似ansible 的部署工具,使用上还是比较强大的,目前提供的函数也还是比较丰富的