4.1.7. help

Description

Shows help for BundleWorks or a specific action.

Usage

bw help [ACTION]

  • ACTION is an optional action name. If not specified, a list of actions will be displayed.

Ant Usage

<bw.help [topic="${topic}"] />

Examples

# Display help for the deploy action.
bw help deploy
# Display all available actions
bw help

Notes

  • The ACTION argument is not case-sensitive.