Commands

General

An overview of general options for every APK Scanner command.

Overview

There are global options ([<options>]), which can be specified before calling subcommands, e.g.:

  • apk-scanner [<options>] config
  • apk-scanner [<options>] database
  • apk-scanner [<options>] scan-apk

Options

-c, --config
path
Specify a config file to use. See "Specify path to CLI config file" for more information.
  • Defaults to apkscanner-cli.yaml.
-v, --verbose / --no-verbose
flag
Print additional verbose output; ignored when -q/--quiet is enabled.
-q, --quiet / --no-quiet
flag
Do not print any program output (where possible).
--generate-completion
bash|zsh|fish
Generate command completion for the specified shell. See "Command completion" for more information.
-h, --help
flag
Show the help message and exit. Note: this flag can also be used after calling a subcommand to show help for it.
  • e.g.:
    • apk-scanner config -h
    • apk-scanner database --help