elixir / 1.13.4 / mix.tasks.app.config.html /

mix app.config

Loads and configures all registered apps.

This is done by loading config/runtime.exs if one exists. The application will be compiled if it was not compiled before.

Command line options

  • --force - forces compilation regardless of compilation times
  • --temporary - starts the application as temporary
  • --permanent - starts the application as permanent
  • --preload-modules - preloads all modules defined in applications
  • --no-archives-check - does not check archives
  • --no-app-loading - does not load .app resource files (including from deps) before compiling
  • --no-compile - does not compile even if files require compilation
  • --no-deps-check - does not check dependencies
  • --no-elixir-version-check - does not check Elixir version
  • --no-validate-compile-env - does not validate the application compile environment

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/mix/1.13.4/Mix.Tasks.App.Config.html