athena
athena copied to clipboard
An automation platform with a plugin architecture that allows you to easily create and share services.
you can not pass args by "athena.plugin.run_command" currently. I think it's a common scenario, when you want to write some internal plugin that shared by another plugin ?
in https://github.com/athena-oss/athena/blob/master/lib/shared/functions.os.sh#L603 the `_get_host_ip_for_mac` is expecting the host IP on device en0 which is not always the same. To improve this situation we should at least (thinking of IPv4/v6) go...
go to [https://athena-oss.github.io/athena/](url) search for "unit tests" Actual Result: [https://athena-oss.github.io/athena/tests](url) 
I am trying to setup Athena on a Win7 Machine. I already installed docker and git. i ran my bash commands on the VM to install the plugins, but after...
When running `athena` or even `athena -h`, the output is incomplete: no help on the `--athena-` long global flags are printed. This is what's missing: ``` You can also use...
There's currently too many steps required for releasing Athena and its plugins. Currently the process involves the following: - Create a local git tag and push it to the remote...
Every project that uses Athena plugins will include some boilerplate shell script code for installing all plugins. Ideally there would be a way to specify (maybe in `athena.json`) all Athena...
**Athena Environment** ``` OS: Darwin deupc00064 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64 Athena version: 0.10.2 Plugins: - atlas [1.3.0] - base [0.10.2] -...
It would be great if athena would provide first–class docker-compose support to allow for a better startup of more complex environment (e.g. in an integration test, when mySQL and ElasticSearch...