YARN CLI
Contents
This section includes the reference documentation for the YARN shell.
All YARN commands are invoked by the bin/yarn script. Running the bin/yarn script without arguments prints the description for all commands.
The script usage is as follows:
$ yarn [SHELL_OPTIONS] COMMAND [GENERIC_OPTIONS] [SUB_COMMAND] [COMMAND_OPTIONS]
YARN has an option parsing framework that employs parsing generic options as well as running classes.
Field | Description |
---|---|
SHELL_OPTIONS |
The common set of shell options |
GENERIC_OPTIONS |
The common set of options supported by multiple commands |
COMMAND_OPTIONS |
Various commands with their options are described in the following sections |