Versions Compared

Key

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

Overview

Excerpt

This article provides answers to most frequently asked questions on the CLI app.

...

Expand
titleHow can I evaluate the CLI app prior to purchase ?

Obtain an evaluation license for one of the server app Atlassian apps listed, install on serverthe app, then download the ACLI Client distribution. See CLI Client Installation and Use for more information.

...

Expand
titleCan ACL ClientI be used to access a server that does not have the Connector app installed ?

NoACLI Client cannot is not licensed be used to access the server that does not have an Atlassian app that requires a connector app to be installed.


Expand
titleCan I continue to use a version of ACLI Client prior to version 7 ?

Yes. Versions prior to 7.0 can be used under the terms in effect at that time. Links are available in the Related Information section.

...

Expand
titleDo I need to purchase both the CLI and Run CLI Action apps to use both the client and the product specific functions ?

Yes. You need to purchase both the CLI and Run CLI Action apps to use both the client and the product specific functions.

...

Expand
titleIf I am an official Atlassian Partner or Expert, can I get a special rate for CLI app?

Yes. Atlassian recognised partners and members of the Atlassian Experts Program can use any CLI app free of charge for development, testing, or demonstration purposes. A commercial license is required when used to provide services to support hosted customers. See Add-ons for Atlassian Experts for more details.

...

Expand
titleAre CLI apps available for Atlassian Cloud ?

Yes. CLI apps for Jira, Jira Service Desk, Confluence Cloud, etc. are available in Atlassian Cloud  for purchase or trial subscription. HipChat Bitbucket Cloud is also supported by the ACLI Client and is currently available for a limited time at no charge.

...

Expand
titleHow many client users can I have ?

Unlimited. Any number of users can install clients and connect to a server. The requirement is that the server host must have the CLI Connector component installed with valid license.


Expand
titleWhich server product should I choose ?

Choose the product specific Command Line Interface (CLI Connector) if you want to use a client to connect to the Atlassian product.

Choose the product specific Run CLI Actions app for integrated capabilities like JIRA workflow actions, Confluence macros, Bamboo tasks, or similar product capabilities available with these apps.

...

Expand
titleWhere do I find the CLI Client on the Marketplace ?

Atlassian Command Line Interface (CLI) provides a client distribution that contains all product specific clients. It is included at no charge with any of the CLI Connectors.


Expand
titleHow does CLI Client access Atlassian applications ?

The CLI client uses request/response protocol built on REST API calls provided by Atlassian. It perform remote actions against your Atlassian applications.

...

Expand
titleWhat permissions does CLI Client require ?

Nothing specific to the app. The users standard Atlassian application permissions determine what the user can or cannot do, just like any other instance access via REST APIs or the user interface.
Just like Confluence REST APIs, the user through which you are executing the CLI action needs to have the required permission to access the instance and perform the requested action. Our app honors the permissions provided by Confluence the host app and if the user does not have specific permission, the user will not be allowed to perform the action using Confluence CLI appclient.


Expand
titleHow is a CLI Client user authenticated ?

The CLI Client authentication is different between Cloud and Server versions of Confluence. For server, authentication is based on the username and password provided when running the command from the CLI Client or distribution. For Cloud, authentication is based on the username as email Id and password as API token. For additional information on authentication, see this document.

...

Expand
titleCan this app be misused beyond the Confluence application permission given to users ?

No. The CLI can only perform operations that the user executing CLI can do via the Atlassian application's user interface. So, while it cannot be misused, it is very powerful and so should be used with caution and testing.

...

Expand
titleWhat are the support platforms for CLI app ?

Appfire support team actively monitors the Atlassian Community and our own CLI Questions forum in order to guide new users. We respond quickly and thoroughly to all support questions as well.

Expand
titleWe are setting up a few functional and performance test cases. Do you have any test cases to share ?

Check out the below How To sections of the Atlassian application CLI documentation for numerous examples of complex and high-volume operations that you may use as test cases.

How To articles for Confluence Command Line Interface

How To articles for Jira Command Line Interface

How To articles for Bamboo Command Line Interface

How To articles for Bitbucket Command Line Interface