This page describes the shell script atlas-help
, part of the Atlassian Plugin SDK.
atlas-help [--verbose]
- Displays help text for the shell scripts incorporated into the Atlassian Plugin SDK. Interpreted parameters: verbose
.
--verbose - lists all the shell scripts and the full help text for each command. Accepts a Value: no.
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
.
Enter the following shell script to see an overview of all the scripts with a brief outline of their functionality:
1 2atlas-help
Enter the following to see all possible help content:
1 2atlas-help --verbose
Each shell script provides help text if the first argument of the script is one of the following:
Examples:
1 2atlas-clean help atlas-cli -?
See the detailed guide to all scripts.
Working with the SDK
Developing your Plugin using the Atlassian Plugin SDK
Rate this page: