@aiaiai-pt/frankctl 0.5.1 → 0.7.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 CHANGED
@@ -3,6 +3,32 @@
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.7.1
7
+
8
+ - Promote the current-box-proven CIRA air-quality station and observation
9
+ declarations into the default template render. The default now contains 35
10
+ documents; the complete `--all` inventory remains 49.
11
+ - Pin the air-observation epoch projection to the persisted timestamp precision
12
+ so a value-identical reapply preserves its Silver snapshot and skips ontology
13
+ replay.
14
+
15
+ ## 0.7.0
16
+
17
+ - Add discoverable, parameterized CIRA source-to-ontology template packs through
18
+ `templates list|show|render`; rendered output uses the existing declarative
19
+ `pipelines apply -f` path.
20
+ - Package only the CIRA manifests explicitly allowlisted by pack metadata, with
21
+ no credentials, non-applyable Source examples, or ontology schema mutations.
22
+
23
+ ## 0.6.0
24
+
25
+ - Add write-only structured Source credential create/rotate/attach/detach
26
+ commands and manifest fields backed by tenant-scoped Vault references.
27
+ - Expose safe BackingDataset replay reason and effective-SyncSpec fingerprint
28
+ evidence, including explicit force replay confirmation.
29
+ - Honor `--client-secret-stdin` for headless password login and reject combining
30
+ it with `--password-stdin`, since one stream cannot safely delimit two secrets.
31
+
6
32
  ## 0.5.1
7
33
 
8
34
  - Make `pipelines apply --wait` consume the precision-safe ontology
package/README.md CHANGED
@@ -17,6 +17,10 @@ Requires Node.js >= 18. The binary is `frankctl`.
17
17
  frankctl auth login # authenticate against your Frank instance
18
18
  frankctl --api-url https://frank.example.com sources list
19
19
  frankctl pipelines apply -f pipeline.yaml
20
+
21
+ # Or render a curated vertical through the same apply path
22
+ frankctl templates render cira -o cira.yaml
23
+ frankctl pipelines apply -f cira.yaml --dry-run-server --live-ontology
20
24
  ```
21
25
 
22
26
  Full command reference: the [Frank docs](https://franksdocs.nomadriver.co) and `frankctl <command> --help`.
@@ -35,8 +39,10 @@ frankctl --help
35
39
  - `frankctl status`
36
40
  - `frankctl auth login|logout|status|token`
37
41
  - `frankctl config set|get|list`
42
+ - `frankctl templates list|show|render`
38
43
  - `frankctl pipelines list|get|validate|apply|export`
39
44
  - `frankctl sources list|get|create|update|delete|discover|sync|logs|history`
45
+ - `frankctl sources credentials set|rotate`
40
46
  - `frankctl backing-datasets list|get|create|update|delete|sync|entities` (alias: `frankctl bd`; `sync --force` replays unchanged data/spec)
41
47
  - `frankctl sources streams list|set|refresh-schema`
42
48
  - `frankctl transforms list|get|runs|logs|trigger`
@@ -65,12 +71,11 @@ Docs use the kubectl-style envelope (`apiVersion: frank.platform/v1`,
65
71
  Pipeline → BackingDataset), resolves cross-doc name references to UUIDs,
66
72
  and POSTs each doc with `?if-not-exists=true`. `frankctl pipelines export
67
73
  <id> -o yaml` round-trips an existing pipeline back to a multi-doc YAML
68
- file for private review. Current Source config uses literal credentials,
69
- `frankctl` performs no environment interpolation, and export preserves that
70
- config. Split secret-bearing Sources into an untracked mode-0600 file before
71
- committing the non-secret Pipeline/BackingDataset declarations. See
72
- `../docs/guides/cli.md` for the full reference and Frank issue #602 for the
73
- future Vault-backed reference contract.
74
+ file for review. Declared credential values are written separately with
75
+ `frankctl sources credentials set|rotate --values-file -` and stored in Vault;
76
+ they are never accepted in ordinary `source_config` or returned by export.
77
+ Git-owned Sources contain only ordinary configuration and the tenant-owned
78
+ opaque `credential_ref`. See `../docs/guides/cli.md` for the full reference.
74
79
 
75
80
  Relationship-bearing BackingDatasets declare their prerequisites in
76
81
  `metadata.dependsOn` and explicitly use `spec.sync_mode: manual`. The graph is