CLI Commands
Introduction
lstn
is a CLI tool that allows you to analyze the behavior of your dependencies and inspect the verdicts of your packages.
Usage
lstn [command]
Core Commands
in
Inspect the verdicts of your dependencies.
to
Get the verdicts of a package.
Additional Commands
completion
Generate the autocompletion script for the specified shell.
help
Help about any command.
version
Print out version information.
Flags
--config string config file (default is $HOME/.lstn.yaml)
--endpoint string the listen.dev endpoint emitting the verdicts (default "<http://127.0.0.1:3000>")
-h, --help help for lstn
--loglevel string log level (default "info")
--timeout int timeout in seconds (default 60)
Additional Help Topics
lstn config
Details about the ~/.lstn.yaml
config file.
lstn environment
Which environment variables you can use with lstn
.
lstn exit
Details about the lstn
exit codes.
lstn manual
A comprehensive reference of all the lstn
commands.
For more information about a specific command, run lstn <command> --help
Analyze the behavior of your dependencies using listen.dev
Usage:
lstn [command]
Core Commands:
in Inspect the verdicts of your dependencies
to Get the verdicts of a package
Additional Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
version Print out version information
Flags:
--config string config file (default is $HOME/.lstn.yaml)
--endpoint string the listen.dev endpoint emitting the verdicts (default "http://127.0.0.1:3000")
-h, --help help for lstn
--loglevel string log level (default "info")
--timeout int timeout in seconds (default 60)
Additional help topics:
lstn config Details about the ~/.lstn.yaml config file
lstn environment Which environment variables you can use with lstn
lstn exit Details about the lstn exit codes
lstn manual A comprehensive reference of all the lstn commands
Use "lstn [command] --help" for more information about a command.