dep-license
Show the license for a dependency bundled with Ritual.
Without a package name, opens an interactive list showing all bundled dependencies. Primary dependencies (direct entries in package.json) are listed first, followed by transitive dependencies. Type to search and filter across both sections.
./ritual dep-license [package] [options]Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
[package] | Name of the package to display the license for |
Options
Section titled “Options”| Option | Description |
|---|---|
--plain | Output license text directly to stdout |
Examples
Section titled “Examples”Open the interactive dependency picker:
./ritual dep-licenseView a specific package license directly:
./ritual dep-license commanderView a scoped package license:
./ritual dep-license promptsPrint a license to stdout:
./ritual dep-license prompts --plain