Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I check my serverless cli version?

I am following this serverless quick start tutorial. Here I see that I must have the Serverless CLI v1.9.0 or later. Ran $ serverless -v then I've got //1.28.0. In the serverless gitHub I see current version is 1.28.0 (04.07.2018). The same as mine.

How can I check my serverless cli version? Maye another command that could display 1.9.0. I am running Ubuntu 16.04.

like image 867
IgorAlves Avatar asked Jul 14 '18 20:07

IgorAlves


1 Answers

Running

serverless -v

give details of all version example below

Framework Core: 1.57.0

Plugin: 3.2.3

SDK: 2.2.1

Components Core: 1.1.2

Components CLI: 1.4.0
like image 85
kartick shaw Avatar answered Oct 11 '22 18:10

kartick shaw