Comparing version 1.3.2 to 1.3.3
@@ -5,2 +5,8 @@ # Changelog | ||
## [1.3.3](https://github.com/FireBlinkLTD/fbl/releases/tag/1.3.2) - 2018-12-17 | ||
### Added | ||
* [\#276](https://github.com/FireBlinkLTD/fbl/issues/276) Added `echo` action handler. | ||
## [1.3.2](https://github.com/FireBlinkLTD/fbl/releases/tag/1.3.2) - 2018-12-13 | ||
@@ -7,0 +13,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const AttachedFlowActionHandler_1 = require("./AttachedFlowActionHandler"); | ||
const EchoActionHandler_1 = require("./EchoActionHandler"); | ||
const ForEachFlowActionHandler_1 = require("./ForEachFlowActionHandler"); | ||
@@ -24,2 +25,3 @@ const ParallelFlowActionHandler_1 = require("./ParallelFlowActionHandler"); | ||
new AttachedFlowActionHandler_1.AttachedFlowActionHandler(), | ||
new EchoActionHandler_1.EchoActionHandler(), | ||
new ErrorActionHandler_1.ErrorActionHandler(), | ||
@@ -26,0 +28,0 @@ new ForEachFlowActionHandler_1.ForEachFlowActionHandler(), |
@@ -19,2 +19,3 @@ # Flow control plugin | ||
* [error](flow.md#action-handler-error) | ||
* [echo](flow.md#action-handler-echo) | ||
@@ -552,1 +553,19 @@ ## Action Handler: Sequential steps execution | ||
## Action Handler: Echo | ||
Print message to console | ||
**ID:** `com.fireblink.fbl.flow.echo` | ||
**Aliases:** | ||
* `fbl.flow.echo` | ||
* `flow.echo` | ||
* `echo` | ||
**Example:** | ||
```yaml | ||
echo: 'message' | ||
``` | ||
{ | ||
"name": "fbl", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Command Line tool to automate any kind of work. Originally designed to help with deployments.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
"@types/js-yaml": "3.11.2", | ||
"@types/node": "10.12.14", | ||
"@types/node": "10.12.15", | ||
"@types/semver": "5.5.0", | ||
@@ -78,3 +78,3 @@ "@types/shelljs": "0.8.1", | ||
"gitbook-cli": "2.3.2", | ||
"husky": "1.2.0", | ||
"husky": "1.2.1", | ||
"mocha": "5.2.0", | ||
@@ -81,0 +81,0 @@ "mocha-typescript": "1.1.17", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
770235
315
8037