@aiaiai-pt/frankctl 0.13.2 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/index.js +246 -241
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to `@aiaiai-pt/frankctl` are documented here. This project
|
|
4
4
|
adheres to [Semantic Versioning](https://semver.org/).
|
|
5
5
|
|
|
6
|
+
## 0.14.1
|
|
7
|
+
|
|
8
|
+
- Drain queued stdout and stderr before exiting, preserving complete JSON and
|
|
9
|
+
diagnostics when output is piped. Existing command exit codes are unchanged.
|
|
10
|
+
|
|
11
|
+
## 0.14.0
|
|
12
|
+
|
|
13
|
+
- First release from the unified trunk (`main` merged into `uio`, #932). Ships
|
|
14
|
+
the file-publication CLI that had only existed on `main`:
|
|
15
|
+
`backing-datasets capabilities` (per-ontology `file_modes`) and
|
|
16
|
+
`backing-datasets file-assets <id>` (the file ledger, filterable by
|
|
17
|
+
`--run <sync_run_id>`, paged with `--page`/`--page-size`), plus `files:`
|
|
18
|
+
blocks in applied stream declarations. Query parameters may now carry
|
|
19
|
+
repeated values (`string[]`) for these list endpoints. Tenant-aware calls
|
|
20
|
+
(`--tenant` / `FRANKCTL_TENANT_ID`) from 0.13.2 are unchanged.
|
|
21
|
+
|
|
6
22
|
## 0.13.2
|
|
7
23
|
|
|
8
24
|
- Publish the tenant-aware CLI contract used by UIO: `--tenant` and
|