@cdwr/fly-node
Version:
The flyctl node wrapper for programmatic deployments to fly.io.
65 lines (36 loc) • 2.38 kB
Markdown
## 0.3.0 (2026-01-02)
### ✨ Features
- **fly-node:** redact secrets for trace cli ([d980611](https://github.com/codeware-sthlm/codeware/commit/d980611))
- **fly-node:** add integration tests and fix mismatched schemas ([a2eb288](https://github.com/codeware-sthlm/codeware/commit/a2eb288))
### 🐞 Bug Fixes
- **fly-node:** do not rely on access-token for authentication ([1a46ea0](https://github.com/codeware-sthlm/codeware/commit/1a46ea0))
### 🧱 Updated Dependencies
- Updated core to 1.4.4
## 0.2.3 (2025-12-01)
### 🧱 Updated Dependencies
- Updated core to 1.4.3
## 0.2.2 (2025-10-03)
### ⚙️ Miscellaneous Chores
- **repo:** fix vite name conflicts ([624d9eb](https://github.com/codeware-sthlm/codeware/commit/624d9eb))
- **repo:** migrate to eslint esm ([6581a92](https://github.com/codeware-sthlm/codeware/commit/6581a92))
### 🧱 Updated Dependencies
- Updated core to 1.4.2
## 0.2.1 (2025-02-07)
### 🐞 Bug Fixes
- **web:** remove dependency to payload and related packages ([0a7a63e](https://github.com/codeware-sthlm/codeware/commit/0a7a63e))
## 0.2.0 (2025-01-30)
### ✨ Features
- **fly-node:** optional opt out depot builder on deploy ([5bd15a0e1](https://github.com/codeware-sthlm/codeware/commit/5bd15a0e1))
### 🐞 Bug Fixes
- **fly-node:** fix fly deploy command typo ([fa79f4daf](https://github.com/codeware-sthlm/codeware/commit/fa79f4daf))
- **fly-node:** use spawn pty for interactive prompts ([3998bc606](https://github.com/codeware-sthlm/codeware/commit/3998bc606))
- **fly-node:** detach postgres must handle interactive prompt ([6e2c79036](https://github.com/codeware-sthlm/codeware/commit/6e2c79036))
## 0.1.0 (2025-01-12)
### ✨ Features
- **fly-node:** support attach and detach postgres cluster ([1e5b749](https://github.com/codeware-sthlm/codeware/commit/1e5b749))
- **fly-node:** add support for environment variables in deploy ([8af48bc](https://github.com/codeware-sthlm/codeware/commit/8af48bc))
- **fly-node:** add fly cli node wrapper package ([aaab584](https://github.com/codeware-sthlm/codeware/commit/aaab584))
### 🐞 Bug Fixes
- **fly-node:** postgres detach has no yes flag ([bb9a482](https://github.com/codeware-sthlm/codeware/commit/bb9a482))
### ⚙️ Miscellaneous Chores
- **repo:** fix nx project dependencies ([383f50e](https://github.com/codeware-sthlm/codeware/commit/383f50e))