-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Type veye
to see global options and see the list of commands.
Every commands supports a --help
tag, which will show help menu and subcommands if any exists.
Use these commands to manage the settings of the command line tool.
- veye initconfig - creates settings file with default global options
- veye change_key newKey - saves your VersionEye Api
These commands makes it possible to find your favorite software packages and mark them for future notifications.
- veye search term - find packages by term and filters
- veye info packageKey - fetch a package details
It's valuable command for every software maintainers, it helps you to find out which packages are using your library and on which version are they locked on.
- veye references packageKey - fetch list of references
You can follow software packages on VersionEye. It'll add items on to the your personal RSS feed and VersionEye knows to send a little email when new versions has been released.
-
veye products follow prod_key - start getting notifications about the package
-
veye products following prod_key - check following status
-
veye products unfollow prod_key - stop getting notification about the package.
Project commands able you check dependencies in a project file and manage projects tracked on VersionEye.
-
veye check path/to/file.clj - check dependencies & licenses without notifications
-
veye projects upload path/to/file.clj - check dependencies and licenses with notifications, badges, collaboration etc.
-
veye projects update project_key path/to/file - update the project file on the VersionEye
-
veye projects list - view your projects on the VersionEye
-
veye projects info projectkey - detailed information of your project
-
veye projects licenses projectkey - detailed information of licenses in your project file
-
veye projects delete project_key - remove the project from VersionEye permanently
Github commands able you import projects from your Github repository and manage them via command line.
- veye github sync - fetch your Github repositories
- veye github list - view Github repositories for an connected account
- veye github import reponame - create new project
- veye github info reponame - check a repository details
- veye github delete reponame - remove all project imported from a repository.
- veye me - check your account's info
- veye me favorites - retrieve a list of favorited packages
Since release v0.1
it's possible to use Veye as ruby api-client.
Usage:
- include Veye into Gemfile dependencies
- require
veye/api
which imports API related functions. - call
Veye::API::Service.ping
Also check Veye cookbook, which have some practical examples.
Veye Cookbook is open-source cookbook which includes recipes for more tasty Continuous Updating.