0

I used 'helm chart' before, and started to learn ksonnet recently. After reading https://ksonnet.io/docs/cli-reference#overview, I am confused that there is no "helm list" function in ksonnet. Please correct me if I misunderstand. And if my understanding is correct, please let me know why.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
che yang
  • 395
  • 3
  • 18

1 Answers1

0

Yes, there is

ks registry list

to list configured registries and

ks pkg list 

which will list known packages.