atlas-update

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

Basic usage

atlas-update [options] - Updates the Atlassian Plugin SDK.

Parameters

This shell script is a Maven wrapper script. All parameters are passed straight through to Maven.

Getting help

The shell script will display some help text if you enter one of the following as the first argument:

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

For example:

1
2
atlas-update -?
atlas-update -help

Examples

Run the following command to determine if an update your SDK:

1
2
atlas-update

Rate this page: