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 update
aislop upgrade
aislop upgrade is an alias for aislop update. Upgrade with the package manager you used to install aislop:
npm install -g aislop@latest
brew upgrade aislop
pipx upgrade aislop

version

Print the installed version:
aislop version
aislop -v
aislop -V
aislop --version

commands

Print every public command and major flag:
aislop commands
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:
npx aislop@latest scan
For CI, prefer:
npx --yes aislop@latest ci