Skip to main content
wsignal update checks the npm registry for the latest @wsignal/cli version and prints update commands. It does not install anything unless you pass --yes.

Options

--manager <npm|pnpm>

Package manager to use. If omitted, wsignal uses the current package-manager user agent when available, otherwise npm.

--global

Update a global CLI installation. With npm, this runs:
With pnpm, this runs:

--dev

Update a project-local dev dependency. With npm, this runs:
With pnpm, this runs:

--yes

Run the selected update command. Without --yes, wsignal only prints the command.

Examples

Show update status and suggested commands:
Run a global npm update:
Run a project-local pnpm update: