Confuse.Fwup (Confuse v0.1.2)
View SourceSpecial-purpose functionality for usage of config files by the fwup tool.
Primarily to provide functionality for Nerves firmware update introspection.
Summary
Functions
Get all tasks with their delta-enabled resources.
Functions
@spec get_delta_files(file :: String.t()) :: {:ok, map()} | {:error, :parsing_failed | File.posix()}
Get all tasks with their delta-enabled resources.
@spec get_feature_usage(file :: String.t()) :: {:ok, Confuse.Fwup.Features.t()} | {:error, :parsing_failed | File.posix()}