Skip to main content
These utility commands help you inspect the installed CLI and discover the command surface.

update and upgrade

aislop update checks npm for the latest published version and compares it with your installed version. It does not install anything.
aislop upgrade is an alias for aislop update. Upgrade with the package manager you used to install aislop:

version

Print the installed version:

commands

Print every public command and major flag:
Use it when you are not sure whether a command has a natural alias or when you want to verify flags without opening the docs.

One-off latest run

For one-off usage without installing:
For CI, prefer: