Rate this page:
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.
Enter the following shell script to see an overview of all the scripts with a brief outline of their functionality:
1
atlas-help
Enter the following to see all possible help content:
1
atlas-help --verbose
Each shell script provides help text if the first argument of the script is one of the following:
Examples:
1 2
atlas-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: