# baselime test

Use the baselime test command to check all the alerts in your current service, display the results in the terminal, and output them to a file.

baselime test

Test all the alerts in the current service, displays the results in the terminal, and outputs them to a file

Options:
      --profile  [string] [default: "default"]
      --quiet  [boolean] [default: false]
      --debug  [boolean] [default: false]
      --format    Format to output the data in  [string] [choices: "table", "json"] [default: "table"]
  -c, --config    The configuration folder of the service to test. Defaults to the service specified in the .baselime folder, if it exists.  [string] [default: ".baselime"]
  -o, --out-file  The file to output the results to  [string] [default: "baselime-snapshot.json"]
      --service   The service to test. This will be used to determine the service if no service is provided.  [string]
  -h, --help      Show this help output, or the help for a specified command or subcommand  [boolean]
  -v, --version   Show the current Baselime CLI version  [boolean]

Examples:

        baselime test
        baselime test --config .baselime --out-file file.json