Fwup.Command (fwup v1.1.0)

Execute one off fwup commands

Link to this section Summary

Functions

Get metadata from the specified fwup file

Link to this section Functions

Link to this function

metadata(path, opts \\ [])

Specs

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 "_"