eclipse-archived / codewind-installer

The installation package for installing Codewind into an editor
https://codewind.dev
Eclipse Public License 2.0
5 stars 28 forks source link

Add project name to project link list output #495

Closed james-wallis closed 4 years ago

james-wallis commented 4 years ago

Signed-off-by: James Wallis james.wallis1@ibm.com

What type of PR is this ?

What does this PR do ?

Adds the project name into the response for cwctl project link list --id. JSON output:

❯ cwctl --json project link list --id 7961a260-a4e1-11ea-8609-af62c8d34aa0
[{"projectID":"e07d2ef0-a0fa-11ea-8c83-95e049ef26c8","projectName":"webby","envName":"DA","projectURL":"cw-webby-e07d2ef0-a0fa-11ea-8c83-95e049ef26c8:9080"}]

Human readable output:

❯ cwctl project link list --id 7961a260-a4e1-11ea-8609-af62c8d34aa0
PROJECT NAME    ENVIRONMENT VARIABLE
webby       DA

Which issue(s) does this PR fix ?

Link to the Codewind repository issue(s) this PR fixes or references:

Does this PR require a documentation change ?

Any special notes for your reviewer ?