athena icon indicating copy to clipboard operation
athena copied to clipboard

An automation platform with a plugin architecture that allows you to easily create and share services.

Results 9 athena issues
Sort by recently updated
recently updated
newest added

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) ![file not found](https://cloud.githubusercontent.com/assets/28428152/25735447/1387915c-319e-11e7-807e-943f38fa8e32.png)

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...

bug

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...

wishlist

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...

wishlist

**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] -...

bug

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...

wishlist