Big News!  Tilt is joining Docker

Tilt CLI Reference

tilt describe

Show details of a specific resource or group of resources

tilt describe (-f FILENAME | TYPE [NAME_PREFIX | -l label] | TYPE/NAME)

Options

  -f, --filename strings   Filename, directory, or URL to files containing the resources to describe
  -h, --help               help for describe
      --host string        Host for the Tilt HTTP server. Only necessary if you started Tilt with --host. Overrides TILT_HOST env variable. (default "localhost")
  -k, --kustomize string   Process the kustomization directory. This flag can't be used together with -f or -R.
      --port int           Port for the Tilt HTTP server. Only necessary if you started Tilt with --port. Overrides TILT_PORT env variable. (default 10350)
  -R, --recursive          Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
  -l, --selector string    Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)

Options inherited from parent commands

  -d, --debug      Enable debug logging
      --klog int   Enable Kubernetes API logging. Uses klog v-levels (0-4 are debug logs, 5-9 are tracing logs)
  -v, --verbose    Enable verbose logging

SEE ALSO

  • tilt - Multi-service development with no stress
Auto generated by spf13/cobra on 26-Apr-2024