- robo(1): add --quiet option
- cli: add ListNames()
- make: adjust dist target to exclude darwin/386
- Introduce variable map self-interpolation and command variable interpolation. (@jenpet)
- task: fix script path resolve()
- docs: add gobinaries.com install option
- examples: add user example
- doc: add robo built-in variables doc
- config: add user built-in variables
- task: override env vars on exec
- main: bump version
- make: add dist target
- doc: add compose, chain, env
- examples: add compose, chain, env, exec, executable scripts
- cli: improve variables output
- config: add robo vars
- task: fix exec escape
- env: interpolate env vars using variables
- cmd: resolve --config path
- add env var support to allow re-use of robo conf files
- task: run script directly if it is executable
- ci: bump to latest go version
- go: migrate to go modules
- fix script path resolution
- fix panic on yaml parse error. Closes #10
- change command behaviour to allow for positional vars
- fix script path resolution, now relative to config file
- add
variables
command to list defined variables - add vars to feature list
- add History.md
- add variable support.