chainguard-dev / apko

Build OCI images from APK packages directly without Dockerfile

Home Page:https://apko.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apko publish does not specify what argument is missing

strongjz opened this issue · comments

apko publish images/ingress-nginx-controller/configs/latest.apko.yaml -r ~/Documents/code/go/src/github.com/wolfi-dev/os/packages -k ~/Documents/code/go/src/github.com/wolfi-dev/os/local-melange.rsa.pub --local --arch $(uname -m) --debug
Error: requires at least 2 arg(s), only received 1
2023/07/19 09:07:12 error during command execution: requires at least 2 arg(s), only received 1

Also there are no markdown doc like there is for melange, https://github.com/chainguard-dev/melange/tree/main/docs/md . That might help some but the cli should let the user know which argument is missing.