Open cjellick opened 10 months ago
prod
using acorn login
acorn ps -A
when in the context of a local
project results in listing only apps from acorn
project which is in prod
(it does not list apps from other projects in prod
or any project in local
cluster).
%acorn project use kubeconfig/acorn
% acorn ps -A
NAME IMAGE COMMIT CREATED ENDPOINTS MESSAGE
kk3 sangeetha/myfirstacorn:v0.0.1 2d3h ago https://<endpoint> OK
ddd ghcr.io/acorn-io/hello-world afc94afd9684 8d ago https://<endpoint> OK
rrr ghcr.io/acorn-io/hello-world afc94afd9684 9d ago https://<endpoint> OK
% acorn apps
NAME IMAGE COMMIT CREATED ENDPOINTS MESSAGE
tt d0f2d2d2b544 22m ago http://<endpoint> OK
acorn ps -A
when in the context of a prod
project , results in listing only apps in local
projects.
%acorn project use acorn
% acorn ps -A
NAME IMAGE COMMIT CREATED ENDPOINTS MESSAGE
kubeconfig/acorn/tt d0f2d2d2b544 23m ago http://<endpoint> OK
kubeconfig/test1/tt d0f2d2d2b544 22m ago http://<endpoint> OK
% acorn apps
NAME IMAGE COMMIT CREATED ENDPOINTS MESSAGE
kk3 sangeetha/myfirstacorn:v0.0.1 2d3h ago https://<endpoint> OK
ddd ghcr.io/acorn-io/hello-world afc94afd9684 8d ago https://<endpoint> OK
rrr ghcr.io/acorn-io/hello-world afc94afd9684 9d ago https://<endpoint> OK
I have no idea what project the apps are coming from. I should. Current sample output: