Skip to content

Files Commands

files

Download files by SHA256 hash.

Usage:

files [OPTIONS] COMMAND [ARGS]...

Options:

  --log-stderr      Enable logging to stderr.
  --log-file TEXT   Specify file path to write log output to.
  --log-level TEXT  Set level for Incydr client logging.
  --help            Show this message and exit.

files download

Download the file matching the given SHA256 hash to the target path.

Usage:

files download [OPTIONS] SHA256

Options:

  --path TEXT       The file path where to save the file. The path must
                    include the file name (e.g. "/path/to/my_file.txt").
                    Defaults to a file named "downloaded_file" in the current
                    directory.
  --log-stderr      Enable logging to stderr.
  --log-file TEXT   Specify file path to write log output to.
  --log-level TEXT  Set level for Incydr client logging.
  --help            Show this message and exit.