Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

State Modification

Fields Modified

FieldOperationValuePurpose
project_appsSetList of rebar_app_info:t()Discovered project applications
{parsed_deps, Profile}Set per profileList of parsed depsDependencies per profile
{deps, Profile}Updated per profileMerged dep listCombined top-level and app deps

App Info Fields Set

FieldValuePurpose
nameApplication name (binary)Application identifier
dirApplication source directoryWhere source files are
out_dirBuild output directoryWhere compiled files go
ebin_dirout_dir/ebinWhere .beam files go
optsMerged configurationApp-specific config
app_detailsParsed .app dataApplication metadata
applicationsRuntime dependenciesFrom .app file
depsBuild dependenciesFrom rebar.config