Skip to content

CLI

Version 0.1.0

Added

  • deploy command for building, pushing, and registering functions
  • init command for scaffolding new projects via Copier templates
  • generate command for generating pinexq.toml and Dockerfile files
  • Docker image building with subprocess (buildkit support)
  • Pre-build image method for cross-architecture manifest extraction
  • Build secrets support (--secret)
  • Function filtering (-f / --function)
  • uv lockfile validation before deploy
  • User permission checks (codeContributor / admin grants)
  • Rich console output with progress bars for Docker push
  • CI/CD workflow for building and publishing packages