N
NestJS Profiler

Recent Profiles

Profiles captured by the profiler

Discover / Commands — global, captured at startup

Discovered at startup

2 commands
command content:sync SyncArticlesCommand.run

Fetch articles from an external API and cache them

Options

-l, --limit <limit> Number of articles to fetch (default: 5)
command demo:greet GreetCommand.run

Print a greeting

Arguments

[name] Name to greet, when --name is not passed

Options

-n, --name <name> Name to greet (default: world)
--fail Make the command throw, to demo a failed profile