Versions Compared

Key

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

...

Div
idProductTOC

On this page

Table of Contents
maxLevel2
minLevel2
excludeOn this page
typeflat
separatorpipe

Preparation

...

Table plus
border0
heading0
multiplefalse
enableHeadingAttributesfalse
columnAttributesstyle="border:0;width=5%;",style="border:0;width=65%;",style="border:0;width=45%;max-width=50% !important;"
idsteps_table
enableSortingfalse
enableHighlightingfalse

Include Page
info:css - pre formatted
info:css - pre formatted

Start ACLI Container

In this step, you will install the more recent eap level of the ACLI docker container and be taken directly into the container's shell . It will be ready to run actionswhere you can run CLI commands.

Code Block
languagetext
themeDJango
docker run -ti bobswiftapps/acli:eap /bin/bash


Tip

bobswift site referenced below in action examples, is a built-in configuration. That means examples can be run right away. Just copy/paste the command entry into the Docker bash shell.



Action: getClientInfo

Include Page
Action Examples - Jira getClientInfo
Action Examples - Jira getClientInfo



Action: getServerInfo

This action contacts a server and retrieves base information about the server. To start, we contact a pre-configured bobswift Cloud instance using anonymous access.

Include Page
Action Examples - Jira getServerInfo
Action Examples - Jira getServerInfo

Tip

For Linux and Mac, to maximize the display of tables for the full terminal width, run: export COLUMNS=$COLUMNS

Include Page
Action Examples - Jira getServerInfo with output format 2
Action Examples - Jira getServerInfo with output format 2

Action: getProjectList

Include Page
Action Examples - Jira getProjectList help
Action Examples - Jira getProjectList help

Include Page
Action Examples - Jira getProjectList
Action Examples - Jira getProjectList


Action: getProject

Include Page
Action Examples - Jira getProject
Action Examples - Jira getProject

Action: getSpace

Include Page
Action Examples - Confluence getSpace
Action Examples - Confluence getSpace

Action: getPageList

Include Page
Action Examples - Confluence getPageList
Action Examples - Confluence getPageList


...