Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example

...

Example

An action and its parameters put together unlock the power to get things done with your apps.   Here's how to get Here is an example of retrieving information about the Bob Swift Jira app in  app in a multi-line format:

No Format
acli --action getServerInfo --server https://bobswift.atlassian.net --outputFormat 2

Which gives you this resultAction output:

No Format
Server info

Product . . . . . . . . . . . : Jira
Version . . . . . . . . . . . : 1001.0.0-SNAPSHOT
Base URL  . . . . . . . . . . : https://bobswift.atlassian.net
Title . . . . . . . . . . . . : Jira for Bob Swift Atlassian Apps
Build . . . . . . . . . . . . : 100118
Build date  . . . . . . . . . : 12/22/19 11:26 PM
Current time  . . . . . . . . : 
License information . . . . . : Not available for this Cloud instance.
Client  . . . . . . . . . . . : jira
User  . . . . . . . . . . . . : anonymous
Response time (milliseconds)  : 739

...