Skip to content
Timo Sulg edited this page Aug 24, 2015 · 2 revisions

Project check

May be you've already noticed that Veye has 2 ways to check a project dependencies. This command will just check dependencies in your project without creating a new project on VersionEye.

It's useful when you're in the middle of updating process and you just want see which packages may need updating.

NB! it only shows information about dependencies, if you need also project info, then please use veye project upload command.

Examples

$> veye check test/files/Gemfile
$> veye check file/to/project.clj --format=table

Clone this wiki locally