Command Line Process To Determine Portal Version
search cancel

Command Line Process To Determine Portal Version

book

Article ID: 220870

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

How can we determine the version of the portal from the command line?

Environment

Portal 4.x, 5.x

Resolution

Executing the following kind of command will allow you to determine the version of the portal currently installed:

 

docker ps --format "table {{.Image}}" | grep pssg

 

You will receive output along the following where you will see the current portal version:

 

apim-portal.packages.ca.com/apim-portal/pssg:4.5