Skip to content Changed
deploy command now skips deprecated processing steps
register command allows filtering without ShowDeprecated and ShowHidden
Changed
- Refactor
deploy command to centralize defaults parsing and improve error handling
- Bump
pinexq-client to >=1.3.0
Changed
- Update
deploy command examples with enhanced --with-defaults usage
Added
- Test coverage for CLI commands (
deploy, generate, init, register)
- Test job in CI workflow with build job dependency on tests
CLAUDE.md with project structure and development documentation
Changed
- Refactor
create_default_dict to handle single and multiple functions more consistently
- Add
get_function_defaults method to simplify default retrieval
- Replace
CopierAnswersInterrupt with KeyboardInterrupt for improved compatibility
- Update dependency
uv_build to >=0.10.0,<0.11.0
Added
- Size check and warning for Docker images exceeding 2 GiB
Added
--verbose flag on deploy and register commands to show full Docker build output
Changed
- Docker builds now show a spinner by default instead of full build logs
Security
- Update dependency
copier to v9.14.1
- Update dependency
uv_build to >=0.11.0,<0.12.0