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 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 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
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, an API token is requiredCloud, authentication is based on the username as email Id and password as API token. For additional information on authentication, see this document.

...