Skip to Content
DocsutooCommandslist

list

List installed dependencies.

Alias: ls

Usage

Terminal
ut list [OPTIONS] [PACKAGE]

Examples

Terminal
# List all dependencies ut list ut ls # List specific package and its dependencies ut list react # Limit depth ut list --depth=1 ut list --depth=0

Options

OptionDescription
--depth <n>Limit the depth of the dependency tree
Last updated on