pods
Lists Spicepods loaded by the Spice runtime
Usage​
spice pods [flags]
Flags​
--tls-root-certificate-fileThe path to the root certificate file used to verify the Spice.ai runtime server certificate-h,--helphelp for pods
Examples​
>>> spice pods
NAME VERSION DATASETS MODELS DEPENDENCIES
demo v2 2 1 0
another_pod v2 3 0 1
Additional Example​
>>> spice pods --tls-root-certificate-file /path/to/cert.pem
NAME VERSION DATASETS MODELS DEPENDENCIES
demo v2 2 1 0
another_pod v2 3 0 1
