How to Resolve poorly formatted ACLI help action in RHEL

How to Resolve poorly formatted ACLI help action in RHEL

The Atlassian Command Line Interface (ACLI) help output can sometimes appear poorly formatted when running the --help action on Red Hat Enterprise Linux (RHEL) operating systems. This typically occurs when the default table style is not compatible with the terminal's display settings, leading to misaligned columns or unreadable text.

 

Instructions:

To fix the formatting of the help action results, you must set a specific environment variable in your shell.

  • In the terminal, run the following command to set the environment variable:

    export ACLI_DEFAULT_TABLE_STYLE=TEXT
  • Restart the CLI shell.

  • Run the following command to verify the output formatting:

    acli --help

    The help output appears with improved formatting.

  • Make sure you have installed the CLI client version 10.4.0 and above.