Helpers for bb_jido's Igniter installer and generator tasks.
Only available when :igniter is loaded.
Summary
Functions
Returns the agent module to operate on.
Resolution order:
- The
--agentoption fromigniter.args.options(parsed module name). {robot_module}.Agentif a robot module is supplied.{AppPrefix}.Agentas the last-resort default.
Add agent: :string to your task's schema to support the flag.
Returns the Jido instance module to operate on.
Resolution order:
- The
--jido-instanceoption fromigniter.args.options(parsed module name). {AppPrefix}.Jido(e.g.MyApp.Jido).
Add jido_instance: :string to your task's schema to support the flag.