
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@voltagent/cli
Advanced tools
CLI tool for VoltAgent applications. This tool is used to view update notifications and announcements during project development.
npm install @voltagent/cli --save-dev
# or
pnpm add @voltagent/cli -D
# or
yarn add @voltagent/cli --dev
To integrate the CLI tool into your project:
npx voltagent init
# or
pnpm voltagent init
# or
yarn voltagent init
This command automatically detects your package manager and adds CLI pre-checks to the commands you select (e.g., npm run dev or npm run build).
Note: Different package managers use different naming conventions for pre-hooks:
- npm/yarn: Uses
pre<script>format (e.g.,predev)- pnpm: Uses
<script>:preformat (e.g.,dev:pre)The
initcommand will handle this automatically.
To see the latest announcements:
npx voltagent news
# or
pnpm voltagent news
# or
yarn voltagent news
voltagent news: Shows announcementsvoltagent check: Checks for updates and announcements (usually runs automatically)voltagent init: Integrates the CLI tool into your projectThe CLI tool checks for the latest announcements each time it runs during a project development session and displays unread important announcements. Announcements can be marked as read.
You can use local configuration to change the behavior of the CLI tool:
# Disable announcements
npx voltagent config set showAnnouncements false
# Change update check frequency
npx voltagent config set checkFrequency weekly
MIT
FAQs
CLI tool for VoltAgent applications
The npm package @voltagent/cli receives a total of 2,482 weekly downloads. As such, @voltagent/cli popularity was classified as popular.
We found that @voltagent/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.