Skip to end of banner
Go to start of banner

Appfire Apps

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Current »

Publicly Listed Apps from Appfire Companies

Sort by clicking on column title.

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.

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,cloudPaymentModel,datacenterPaymentModel,serverPaymentModel,vendor \
       "
  • No labels