Introduction to the CLI

A brief introduction to the Apisense cli

The CLI is the most powerful way to interact with Apisense.

If you feel lost at any time just run the command you are not sure what it does and add --help in the end

Global flags

log-level

You can use the --log-level flag to override the log level with one of the following values

  • debug

  • info

  • warning

  • error

  • fatal

Completion

The apisense completion <shell> can be used to generate the completion script for the supported shells. Check your own shell documentation on how to add the completion.

Currently the following shells are supported

  • bash

  • fish

  • powershell

  • zsh

Last updated