Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

stacy list

List installed packages

Synopsis

stacy list [OPTIONS]

Description

Shows all packages installed in the current project with their versions and sources. Use --tree to group by dependency type (production, dev, test).

Options

OptionDescription
--treeGroup packages by dependency type

Examples

List packages

stacy list

List by dependency group

stacy list --tree

Exit Codes

CodeMeaning
0Success

See Exit Codes Reference for details.

See Also