From cc0effcab6634d4a0f1c1897edc9294eefdf05de Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Tue, 28 May 2024 12:00:06 +0100 Subject: [PATCH] release: cli@1.3.0 --- .changeset/neat-rice-thank.md | 5 ----- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 .changeset/neat-rice-thank.md diff --git a/.changeset/neat-rice-thank.md b/.changeset/neat-rice-thank.md deleted file mode 100644 index b18cfdbd3..000000000 --- a/.changeset/neat-rice-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openfn/cli': minor ---- - -Add first pass of apollo command. Call an apollo service with `openfn apollo `. For basic help run `openfn apollo --help`. For available services see the server index page. This first release is a super basic integration with log streaming through websockets and reasonably intelligent handling of `{ files }` result data. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5f072a2c9..646cdcdf5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @openfn/cli +## 1.3.0 + +### Minor Changes + +- 015055c: Add first pass of apollo command. Call an apollo service with `openfn apollo `. For basic help run `openfn apollo --help`. For available services see the server index page. This first release is a super basic integration with log streaming through websockets and reasonably intelligent handling of `{ files }` result data. + +### Patch Changes + +- deploy: Improved error messages from local validation + ## 1.2.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7d0f07219..db660cd82 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@openfn/cli", - "version": "1.2.5", + "version": "1.3.0", "description": "CLI devtools for the openfn toolchain.", "engines": { "node": ">=18",