rashfmnb
rashfmnb

Reputation: 10548

How to identify what polymer-cli version installed on my computer?

How can i identify what polymer-cli version installed on my computer ?

I mean to say when we want to know the version of npm-cli and bower-cli etc we do

npm -v
bower -v
gulp -v

is there is any command or something to get polymer-cli version

Upvotes: 3

Views: 4790

Answers (1)

rashfmnb
rashfmnb

Reputation: 10548

I figured it out my self it is

polymer --version

Upvotes: 11

Related Questions