Versions Compared

Key

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

Alt

Do things at scale. A simple CLI command can easily adjust configurations for a large group of systems at once.

ATLAS CLI for Jira allows you to any thing you can do on Jira through the Browser using command line terminal. Although most users are inclined to use Graphical User Interface (GUI) more than a Command Line Interface (CLI) there are advantages of a CLI compared to GUI:

  • Something needs to be scripted and automated

.
  • You need greater control over system functions.
  • Use NPM for Package Installs as Node Package Manager is easily the most popular tool for modern developers and it does not have a GUI.
  • Utilize Git Version Control.
  • For less memory usage
    • : Since a command is parametric a simple command can be run on many different Jira sites, project, issues etc. You can easily write a one line of command and it can create thousands of issues without any user intervention.

    • Utilize Version Control: You can create shell scripts and put them under version control.

    • Shareable: Commands and shell scripts are just text files, you can send them to your colleagues and they can execute them with their own tweaks.

    • No need for browser: On-premise Jira servers are usually run on servers without monitors, you can easily ssh to remote server and run commands without any browser.


    Child pages (Children Display)