Skip to content

Releases: nanostack-dev/echopoint-cli

echopoint v0.15.1

07 Jun 14:52
6d601f4

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • c421a20 fix(action): parse multi-flow results under pipefail

echopoint v0.15.0

07 Jun 14:46
6a1ea42

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • 172c1ef Merge remote-tracking branch 'origin/main' into feat/rich-run-summary
  • 357b7da chore(cli): satisfy command name lint
  • 66c0683 feat(action): rich CI summary with per-flow failure reasons
  • b703893 feat(flows): link flow id to app URL in run results
  • 5c0e687 fix(cli): allow auth for subcommands named "update"

echopoint v0.14.0

06 Jun 22:26
cbbe745

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • cbbe745 feat(action): rich CI summary with per-flow failure reasons (#11)

echopoint v0.13.0

06 Jun 20:10
75df4b0

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • 75df4b0 feat(flows): flows tag command + run-by-tag GitHub Action (#10)

echopoint v0.12.0

05 Jun 19:57
8b16533

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • 8b16533 feat(flows): run flows by tag (flows run --tag) (#9)

echopoint v0.11.0

05 Jun 01:55
3f46a49

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • edae9c0 feat(flows-run): surface per-assertion results in --verbose

echopoint v0.10.0

04 Jun 19:41
5f32a66

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • 5f32a66 feat(flows): flows validate — static graph checks (#7)

echopoint v0.9.0

04 Jun 19:40
76e9791

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • 76e9791 feat(flows): flows run --verbose prints per-node status (#6)

echopoint v0.8.0

04 Jun 19:29
bb64116

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • bb64116 feat(flows): node add --run-when (always) and --after (auto-edge) (#5)

echopoint v0.7.0

04 Jun 18:19
980ef81

Choose a tag to compare

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.sh | sh

Quick Install (Windows / PowerShell)

irm https://raw.githubusercontent.com/nanostack-dev/echopoint-cli/main/install.ps1 | iex

Manual Download

Download the appropriate binary for your platform from the assets below.

Changelog

  • 980ef81 feat(flows): custom logical node id on flows node add (#4)