Closed digivizer closed 10 years ago
Be able to add an agent to <agent path>/<namespace>/agent.rb and start it using smithctl start Namespace::Agent
<agent path>/<namespace>/agent.rb
smithctl start Namespace::Agent
Fixed in 801138d2ea. To use this you need to ensure the agent is in a directory that matches the module name. To start the agent use smith start <namespace>::<agent>.
smith start <namespace>::<agent>
Be able to add an agent to
<agent path>/<namespace>/agent.rb
and start it usingsmithctl start Namespace::Agent