You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maartenvanderhoef edited this page Mar 21, 2016
·
2 revisions
Project show
show existing projects
It fetches list of projects VersionEye is tracking for you.
$> veye projects list
$> veye projects list --format=table
show information of specific project
A info required project-id, which you can find from the list of already existing projects.
#by default it shows only outdated dependencies
$> bundle exec bin/veye projects info 56cf4d876b21e5003abcd620
#show all the dependencies in the table
$> bundle exec bin/veye projects --all=true info 56cf4d876b21e5003abcd620 --format=table