As written in #336 I'm sending a pull request with equivalent action, a base model for execution of file through configuration file, rather then writing new task for specific execution.
The bundle is called System, since in the near future I'd implement a various ops-based scenarios, as an example of these are: Get uptime, Get environment, Return kernel version, Execute etc.
Usage is fairly simple as this is built-in task.
The task expect two parameters:
exec - The program/command you are planning to execute
arg - A program execution arguments
Example of usage (will restart all supervisor jobs @ on-deploy phase):
Coverage decreased (-0.8%) to 99.231% when pulling 292ec4b124d69382ae7781bc4c360e1642ed1225 on dn5:impl-system-kernel into b36f90e80a2a1c5906c8ed21ab74fe21ef5d1485 on andres-montanez:nostromo.
As written in #336 I'm sending a pull request with equivalent
action
, a base model for execution of file through configuration file, rather then writing new task for specific execution.The bundle is called
System
, since in the near future I'd implement a various ops-based scenarios, as an example of these are: Get uptime, Get environment, Return kernel version, Execute etc.Usage is fairly simple as this is built-in task.
The task expect two parameters:
exec
- The program/command you are planning to executearg
- A program execution argumentsExample of usage (will restart all supervisor jobs @ on-deploy phase):