Skip to end of banner
Go to start of banner

Action Examples - acli help using help parameter

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 2 Next »

Description

Default help message.

Parameters

help

Command

acli --help


     ***     Welcome to the Atlassian CLI     ***
     - General Documentation:    https://bobswift.atlassian.net/wiki/ACLI
     - Action Reference:         https://bobswift.atlassian.net/wiki/x/DoCWAw
     - Getting Help and Support: https://bobswift.atlassian.net/wiki/x/J4BXBQ

To get started, specify an action like getClientInfo or getServerInfo or getProjectList or ...
Optionally, specify a client or a site defined in your configuration file './acli.properties' (not available)

Clients: jira, jiracloud, confluence, confluencecloud, bitbucket, bitbucketcloud, bamboo, slack, trello, ...

Here are some simple examples to try
- Please run from a terminal window that is at least 100 characters wide
- This assumes running from the installation directory using the default start scripts like acli or ./acli.sh
- Cloud sites used below have anonymous access, so no authentication is required

  acli --action getClientInfo

  acli bobswift --action getServerInfo --outputFormat 2

  acli --server https://examplegear.atlassian.net -a getProjectList

  acli -s https://examplegear.atlassian.net -a getSpaceList --columns 1,2,url --outputyType table

  acli -a getRepositoryList --owner gint_org --columns 2,4,Website --outputType table

  acli jira -a getProjectList --help

  acli jira --server <your server> --user <your user> --password <your password> -a getProjectList

  acli -s https://<your site>.atlassian.net -u <your email> -t <your token> -a getProjectList
    -- Get an Atlassian Cloud token: https://confluence.atlassian.com/cloud/api-tokens-938839638.html

  echo mysite = -s https://<your site>.atlassian.net -u <your email> -t <your token> >> ./acli.properties
  acli mysite -a getProjectList

  • No labels