Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 610 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 610 Bytes

Gola

Build Status

Gola is a Golang tool for automated scripting purpose.

How To Install

You can find the install script here.

Example

Configuration

commands:
  - name: mysql
    cmd:
      path: "mysql"
      args:
        - "-u"
        - "rashad"
        - "-h"
        - "127.0.0.1"
      env:
        - "MYSQL_PWD=pass"

Usage

gola run mysql