Skip to content

Commit

Permalink
docs: add missing success and fail options
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 13, 2018
1 parent 8a2ef48 commit 1b3c51d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/usage/configuration.md
Expand Up @@ -166,3 +166,27 @@ CLI argument: `--publish`
Define the list of [publish plugins](plugins.md#publish-plugin). Plugins will run in series, in the order defined in the `Array`.

See [Plugins configuration](plugins.md#configuration) for more details.

### success

Type: `Array`, `String`, `Object`

Default: `[]`

CLI argument: `--success`

Define the list of [success plugins](plugins.md#success-plugin). Plugins will run in series, in the order defined in the `Array`.

See [Plugins configuration](plugins.md#configuration) for more details.

### fail

Type: `Array`, `String`, `Object`

Default: `[]`

CLI argument: `--fail`

Define the list of [fail plugins](plugins.md#fail-plugin). Plugins will run in series, in the order defined in the `Array`.

See [Plugins configuration](plugins.md#configuration) for more details.

0 comments on commit 1b3c51d

Please sign in to comment.