This release focuses on making codify apply more resilient, informative, and polished.
-
Partial applies - failed resources no longer stop the entire run. Codify now skips failed resources and their dependents while continuing everything else.
-
Redesigned error messages - validation failures now show diffs between expected and actual resource state for easier debugging.
-
New sudo password flow
- Improved password prompt UI
- Optional session password caching
--securemode for fresh prompts every command
-
Improved progress & logging
- Live sub-progress indicators
- Failed shell commands are surfaced directly in output
- Adjustable log verbosity with cleaner raw logs
-
Linux distro filtering - automatically exclude resources that don't apply to the current distro.
-
Better non-interactive support
- Plain text fallback for non-TTY environments
--yesauto-approve flag
-
Additional improvements
- Prevent macOS sleep during apply/destroy
- Improved install script reliability
- Plugin CLI version gating
- Terminal resize handling in the TUI
Upgrade
codify updateOr install the latest version:
/bin/bash -c "$(curl -fsSL https://releases.codifycli.com/install.sh)"