antikythera v0.2.0 Antikythera.Mix.Task View Source

Helper functions for making mix tasks in gears.

Functions in this module can only be used in mix tasks.

Link to this section Summary

Functions

Starts the current antikythera instance and its dependency applications without web server functionality

Link to this section Functions

Link to this function prepare_antikythera_instance() View Source
prepare_antikythera_instance() :: :ok

Starts the current antikythera instance and its dependency applications without web server functionality.

If you need web server functionality in your mix task, use Application.ensure_all_started(Antikythera.Env.antikythera_instance_name()).