acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.13k stars 100 forks source link

Feat: `acorn inspect`? #359

Open iwilltry42 opened 2 years ago

iwilltry42 commented 2 years ago

Due to the similarities to the Docker CLI UX, I would have expected to find something like acorn inspect, which I see is kind of covered by acorn app -o json right now.

cjellick commented 2 years ago

Also, image inspecting. I want to inspect an image and get the Acornfie

cjellick commented 2 years ago

need to inspect the manifest too, like crane

iwilltry42 commented 1 year ago

@cjellick we have acorn app -o json myapp and acorn image details already... do we still want to add the acorn image inspect and acorn app inspect commands?