@aiaiai-pt/frankctl 0.8.0 → 0.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiaiai-pt/frankctl",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Terminal-first client for the Frank Low-Code Pipeline platform",
5
5
  "homepage": "https://franksdocs.nomadriver.co",
6
6
  "repository": {
@@ -96,10 +96,11 @@ A pipeline is one multi-document YAML file describing four kinds of object under
96
96
  | `BackingDataset` | Maps a silver table's columns to **ontology** entity properties |
97
97
 
98
98
  Objects reference each other by `metadata.name`, so one file can be self-contained and
99
- version-controllable. Commit only reviewed, secret-free declarations. Structurally
100
- declared Source credentials are stored in Vault and written with `sources credentials
101
- set|rotate --values-file -`; `source_config` and export contain only ordinary values plus
102
- the opaque tenant-owned `credential_ref`.
99
+ version-controllable. Credential behavior follows explicit `SOURCE_CREDENTIAL_MODE`:
100
+ current base Compose uses `legacy_inline`, where write-only values persist in redacted
101
+ `source_config` and `sources credentials set|rotate` is unavailable; immutable release
102
+ `vault` mode uses those commands and keeps only the opaque `credential_ref` in exports.
103
+ Commit only reviewed, secret-free declarations in either mode.
103
104
 
104
105
  ### The loop: scaffold → edit → apply
105
106