# `Fwup.Command`

Execute one off fwup commands

# `metadata`

```elixir
@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 "_"

---

*Consult [api-reference.md](api-reference.md) for complete listing*
