mix ca.new.ep (scaffold_ca v0.1.2)

Creates a new driven adapter for the clean architecture project

$ mix ca.new.ep --type entry_point_name

Type param options:

  • secrestsmanager

Examples:

$ mix ca.new.ep --type entry_point_name --name my_adapter
$ mix ca.new.ep -t entry_point_name -n my_adapter
$ mix ca.new.ep --type asynceventhandler
$ mix ca.new.ep -t asynceventhandler

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.