Confuse.Fwup (Confuse v0.1.2)

View Source

Special-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

get_delta_files(file)

@spec get_delta_files(file :: String.t()) ::
  {:ok, map()} | {:error, :parsing_failed | File.posix()}

Get all tasks with their delta-enabled resources.

get_feature_usage(file)

@spec get_feature_usage(file :: String.t()) ::
  {:ok, Confuse.Fwup.Features.t()} | {:error, :parsing_failed | File.posix()}