View Source mix ua_inspector.download (UAInspector v3.9.0)

Mix task to download database file(s) from your command line.

Arguments

When run without arguments the task will display the target directory for the downloaded files and will ask for confirmation before downloading.

  • --force: skip confirmation before downloading
  • --quiet: silences task output (does not imply --force!)

Informational README

If you are using the default databases from the default remote location an informational README with the filename ua_inspector.readme.md will be placed next to the downloaded file(s). Inside you will find a link to the original database source.

The creation of this file can be deactivated by configuration:

config :ua_inspector,
  skip_download_readme: true

Release Information

If you are using the default databases from the default remote location an informational release file will be placed next to the downloaded file(s). Inside you will find the remote release version configured for the download.

The creation of this file can be deactivated by configuration:

config :ua_inspector,
  skip_download_release: true