-
Notifications
You must be signed in to change notification settings - Fork 6
project_upload
Timo Sulg edited this page Aug 24, 2015
·
1 revision
Use upload command to create new project on VersionEye. This way you will get future notification, you can share projects with others and you can use VersionEye badges.
VersionEye supports currently 8 different package managers ( Leiningen, Gem, Maven, NPM, Packagist, Pip, Setup.py, R, Bower, CocoaPods ).
The file is must be smaller than 500KB.
$> veye projects upload test/files/Gemfile
$> veye projects upload test/files/maven.pom
You can use update command to update the information of already existing project.
This command expects correct project_key and a path to file.
$> veye projects update rubygem_gemfile_1 test/files/Gemfile
$> veye projects update rubygem_gemfile_1 test/files/Gemfile --format=table