Skip to content

CLI

Version 0.1.4

Added

  • register CLI command for registering functions without deploying
  • console.py with predefined Console instances for standard and error output

Changed

  • Extract processing step registration logic into register.py
  • Simplify manifest generation with BuildOptions dataclass
  • Extract is_uv_lockfile_up_to_date to uv_utils