Skip to content

CLI

0.3.6

Changed

  • Update deploy command examples with enhanced --with-defaults usage

0.3.5

Changed

  • Refactor deploy command to centralize defaults parsing and improve error handling
  • Bump pinexq-client to >=1.3.0

0.3.4

Changed

  • deploy command now skips deprecated processing steps
  • register command allows filtering without ShowDeprecated and ShowHidden

0.3.3

Changed

  • Bump pinexq-client dependency to >=1.2.1

0.3.2

Fixed

  • Improve JSON parsing in Docker client methods with proper error handling for json.JSONDecodeError

0.3.1

Fixed

  • Error handling in print_push_logs to catch and log exceptions during Docker push

0.3.0

Added

  • --with-defaults option on deploy command for providing function default parameters as JSON

Changed

  • Rename generate project-toml command to generate pinexq-toml
  • Improve error handling in generate_manifests and return base_image
  • Refactor Docker client logging to simplify verbose and non-verbose modes
  • Update PinexqProjectConfig to use default_factory and enhance fallback logic

Fixed

  • Error handling and push log rendering in push_function_image

Security

  • Update dependency copier to v9.11.2

0.2.4

Fixed

  • Typo in force_target_platform parameter assignment in deploy command
  • Spacing in --force-target-platform help text

0.2.3

Added

  • --force-target-platform flag on deploy and register commands for cross-platform builds

0.2.2

Changed

  • Migrate to pinexq-client package (>=1.0.0)