Example: running the client in interactive mode
Let's run this example with a simple open source project you can find on GitHub; for this exercise let's assume also you already downloaded and stored the client under ~/apps/Meterian-cli.jar
First, let's clone the project from GitHub, for example Eclipse Vert.x:
Now, let's move into the folder and launch the client with the default configuration:
As you can see the client introduced itself and then, as it's the first time it is launched, is opens a new browser window for you to login with your credentials and authorize it. After a successful login the client will proceed to collect the dependencies, using your local Maven installation (you can also move this task server side, but it's a good idea to execute this step on your local environment). After collecting the dependencies it will upload them to the Meterian servers, where they will be analysed. The client will also output information about the status of the process.
When the work on the server is finished the client will emit the result of the analysis. The client will also output information about the status of the process, and provide you a link to access the report.
Opening the link will force you through a login page: please make sure to use a set of credentials associated to your account to access, otherwise you will not be able to see the report.
Last updated