Which version of Apigee Edge microgateway is installed on machine ?

Does microgateway cli ('edgemicro' command) has any option to find out which version of same is installed on machine ?

I would like to know the version of microgateway installed on machine to make sure it's upto date. I was looking for command something like,

$> edgemicro --version

Looks like it's not supported. Any other command to see the installed version ?

Solved Solved
0 1 697
1 ACCEPTED SOLUTION

If you have installed edgemicro npm module globally, you can use below command to find out version,

$> sudo npm list -g edgemicro --depth=0

If you have installed in local directory, run above command without sudo from installed directory.

PS: Hopefully, --version option on edgemicro command will be available soon. Submitted pullrequest.

View solution in original post

1 REPLY 1

If you have installed edgemicro npm module globally, you can use below command to find out version,

$> sudo npm list -g edgemicro --depth=0

If you have installed in local directory, run above command without sudo from installed directory.

PS: Hopefully, --version option on edgemicro command will be available soon. Submitted pullrequest.