@aiaiai-pt/frankctl 0.8.1 → 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/CHANGELOG.md +5 -0
- package/dist/index.js +226 -224
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
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.9.0
|
|
7
|
+
|
|
8
|
+
- Add Pipeline schedule readback and mutation commands, together with pause,
|
|
9
|
+
resume, and correlated trigger controls backed by reconciled Dagster state.
|
|
10
|
+
|
|
6
11
|
## 0.8.1
|
|
7
12
|
|
|
8
13
|
- Document the explicit Source credential runtime boundary in the bundled
|