Is there a way to benefit from the logger configuration in a mix task without starting the application?
|
|
0
|
21
|
January 20, 2025
|
Runtime Mix.Task - set long task description?
|
|
1
|
40
|
November 14, 2024
|
Can mix tasks be gracefully shutdown?
|
|
8
|
156
|
October 1, 2024
|
Can't run hex mix tasks in alias
|
|
12
|
190
|
August 31, 2024
|
WhyRecompile - Mix tasks to explore project files dependency graph
|
|
0
|
97
|
July 18, 2024
|
Using `Mix.install/2` to fetch dependencies from GitHub
|
|
0
|
188
|
May 22, 2024
|
Prevent a mix task from automatically running mix compile
|
|
1
|
169
|
May 1, 2024
|
Library for accelerating mix task development
|
|
0
|
204
|
January 16, 2024
|
Extract n-th argument of all function calls in a project
|
|
6
|
424
|
January 3, 2024
|
Using mix phx.gen.html with a larger schema
|
|
3
|
372
|
December 3, 2023
|
Cannot use function in custom mix task defined in same app
|
|
13
|
613
|
November 26, 2023
|
ExLicense - License header injector
|
|
7
|
1143
|
October 11, 2023
|
Get a list of all mix tasks in /lib/mix/tasks
|
|
2
|
433
|
October 10, 2023
|
Patterns for making seeds idempotent?
|
|
15
|
1316
|
September 18, 2023
|
Mix/Ecto equivalent of `rails db:prepare`? (migrate db OR create and seed it)
|
|
2
|
754
|
September 15, 2023
|
How to execute custom task in mix releases step?
|
|
4
|
594
|
August 30, 2023
|
Mix.Task.run("app.config") prevents mix task code from being loaded
|
|
2
|
373
|
August 28, 2023
|
Phx_test - Quickly create and configure Phoenix test apps for library developers
|
|
6
|
1076
|
August 5, 2023
|
MixTester - tiny tool for testing mix tasks and any other project management tools
|
|
0
|
450
|
June 4, 2023
|
Package to remove unused aliases and imports
|
|
4
|
1117
|
May 15, 2023
|
Custom Mix Tasks
|
|
5
|
907
|
April 16, 2023
|
Mox with Applications - to start or not to start
|
|
7
|
2033
|
February 16, 2023
|
Contributing with a "phx.gen.oidc"
|
|
3
|
645
|
February 11, 2023
|
Execute runtime.exs in custom mix task
|
|
2
|
1265
|
December 28, 2022
|
Where are the templates used by 'mix new' defined?
|
|
1
|
544
|
December 3, 2022
|
How to run mix task without compilation?
|
|
5
|
728
|
December 2, 2022
|
With a custom Mix task, how to indicate "mix run" options like "--no-compile"
|
|
7
|
816
|
November 30, 2022
|
How to insert data using a mix task into parent application from a library?
|
|
5
|
782
|
November 24, 2022
|
How to make a mix alias work differently in dev vs test?
|
|
2
|
681
|
October 3, 2022
|
Is there a way to know if the current process was started by mix task?
|
|
1
|
454
|
September 18, 2022
|