Fwup.Command (fwup v1.1.0)

Copy Markdown

Execute one off fwup commands

Summary

Functions

Get metadata from the specified fwup file

Functions

metadata(path, opts \\ [])

@spec metadata(
  Path.t(),
  keyword()
) :: {:ok, map()} | {:error, binary()}

Get metadata from the specified fwup file

Options

  • :key_to_atom - Convert metadata keys from strings to atoms, replaces "-" with "_"