vis analyze
Analyze a single package update with AI
vis analyze
Analyze the impact, security posture, or compatibility of updating a single package using the configured AI provider. Useful before merging a vis update candidate.
Usage
vis analyze <package> [version] [options]Examples
vis analyze react
vis analyze react 19.0.0
vis analyze react --ai-type security
vis analyze react --format jsonOptions
| Option | Default | Description |
|---|---|---|
--ai-type | impact | AI analysis type: impact, security, compatibility, or recommend |
--security | false | Check for known security vulnerabilities |
--format | table | Output format: table or json |