Skip to content

vip validate [options] [command]

Scan a Node.js codebase on a local machine and receive a report of potential issues.

Commands

NameDescription
preflightScan a Node.js codebase to identify issues that could prevent application code from building, deploying, or working as expected

Options

ArgumentDescription
-d, --debugActivate debug output
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number

Examples

   # Scan a Node.js codebase on a local machine with settings specific to a VIP Platform environment
    $ vip @mysite.develop validate preflight
   # Scan a Node.js codebase on a specific location     
    $ vip @mysite.develop validate preflight --path /Users/example-user/codebase

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: November 11, 2022