...
Csv | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
How this page was constructed
Atlassian CLI action gathers information from Marketplace and formats into a CSV file uploaded to Confluence as an attachment. This is automatically done daily using Bamboo.
CSV Macro is used to display the attachment with some added features including some augments to the data.
Code Block |
---|
acli -a run \
-i "marketplace_anonymous -a runFromVendorList --options \"text=an Appfire company\" \
--common \"-a getAppList --vendor @vendor@ -f @temp --append --outputFormat 999 \" " \
-i "csv -a copyCsv --sourceFile @temp --file appfireAppList.csv \
--headingAugments App,,,,,,,,,,,,Reviews,Stars,,,,,,,,,,,,,,,,,,,DC \
--columns name,key,description,vendorName,application,cloud,datacenter,server,Installs,Downloads,ReviewCount,AverageStars,vendor \
" |