atlas-help

This page describes the shell script atlas-help, part of the Atlassian Plugin SDK.

Basic usage

atlas-help [--verbose] - Displays help text for the shell scripts incorporated into the Atlassian Plugin SDK. Interpreted parameters: verbose.

Parameters

--verbose - lists all the shell scripts and the full help text for each command. Accepts a Value: no.

Examples and more about getting help

Help is at hand.

Make sure you are not in the Maven command line interface (CLI) when you enter the help commands described below. If you are in the CLI, your command line will start with maven2>, and you will need to exit from the CLI first. Enter quit, exit or a friendly bye.

Getting an overview of all the scripts

Enter the following shell script to see an overview of all the scripts with a brief outline of their functionality:

1
2
atlas-help

Enter the following to see all possible help content:

1
2
atlas-help --verbose

Getting help text per script

Each shell script provides help text if the first argument of the script is one of the following:

  • -?
  • -h
  • help
  • -help
  • --help

Examples:

1
2
atlas-clean help
atlas-cli -?

Reading the reference guide

See the detailed guide to all scripts.

Working with the SDK
Developing your Plugin using the Atlassian Plugin SDK

Rate this page: