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
VERSION NAME        DATASETSCOUNT MODELSCOUNT DEPENDENCIESCOUNT
v1 demo        2             1           0
v1 another_pod 3             0           1
Additional Example​
>>> spice pods --tls-root-certificate-file /path/to/cert.pem
VERSION NAME        DATASETSCOUNT MODELSCOUNT DEPENDENCIESCOUNT
v1 demo        2             1           0
v1 another_pod 3             0           1
