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
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:Human readable output:
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 ?