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
Link to this section Functions
Link to this function
execute(arg1)
Link to this function
run(argv)
Callback implementation for Mix.Task.run/1
.