Avery.Software — Native Execution Runtime
RuntimeUse casesPricingHelpBlog
← Back to helprecipe · console

Run scripts from the Console

1 min · 3 steps

Console runs `pnpm dev`, `pnpm build`, or any script in your `package.json` and streams output live.

The Console tab exposes a script runner that picks up every entry in your project's `package.json#scripts` plus a few stock commands. Each run is recorded in the run history with start/end timestamps, exit code, and the full stdout/stderr buffer — searchable after the fact.

Steps

  1. Open the Console tab.

    The run history is the main panel; scripts list at the top.

  2. Pick a script (or type a custom command).

    Click a script chip (`dev`, `build`, `test`, …) or type a one-off command. Avery shells out in the project directory.

  3. Watch the stream.

    stdout + stderr stream live. The dev-server URL auto-flips the workspace to Preview once the port binds.


Live recipes need the desktop

This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.

Download desktop →