Add final JSON to stdout to debug if assets-link is working correctly
### Summary Add finall JSON printing to stdout to debug is everything works corectly Add response JSON printing to stdout also Or add links: [] when no links assets passed Following command is hard to debug: ``` DESCRIPTION="Some test" DOC_URL="${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_TAG}/download?job=build_doc" IMAGE_URL="${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_TAG}/download?job=build_image" release-cli create \ --name $CI_COMMIT_TAG \ --description "$DESCRIPTION" \ --tag-name $CI_COMMIT_TAG \ --assets-link '{"name":"Docs","url":"'${DOC_URL}'"}' \ --assets-link '{"name":"Tars","url":"'${IMAGE_URL}'"}' ``` ### What is the current *bug* behavior? No links assets ### What is the expected *correct* behavior? Links assets added ### Relevant logs and/or screenshots ``` time="2020-11-20T15:04:48Z" level=info msg="Creating Release..." cli=release-cli command=create name=springboot-example-1.0.23 project-id=223 ref=aa82fa60e040dcb178ea9888000562f097d98abb server-url="https://domain" tag-name=springboot-example-1.0.23 version=0.4.0 Tag: springboot-example-1.0.23 Name: springboot-example-1.0.23 Description: # Created At: 2020-11-20 15:05:05.673 +0000 UTC Released At: 2020-11-20 15:05:05.673 +0000 UTC See all available releases here: https://domain/developers/springboot-example/-/releases time="2020-11-20T15:04:48Z" level=info msg="release created successfully!" cli=release-cli command=create name=springboot-example-1.0.23 project-id=223 ref=aa82fa60e040dcb178ea9888000562f097d98abb server-url="https://domain" tag-name=springboot-example-1.0.23 version=0.4.0 ``` /cc @jaime
issue