Skip to content

1.1.0 - Smoother Applies, Better Errors & More

Latest

Choose a tag to compare

@kevinwang5658 kevinwang5658 released this 19 May 21:36

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
    • --secure mode 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
    • --yes auto-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 update

Or install the latest version:

/bin/bash -c "$(curl -fsSL https://releases.codifycli.com/install.sh)"