Big News!  Tilt is joining Docker

Tilt CLI Reference

tilt disable

Disables resources

Synopsis

Disables the specified resources in Tilt.

disables the resources named ‘frontend’ and ‘backend’

tilt disable frontend backend

disables all resources

tilt disable –all

tilt disable {-all | <resource>...}

Options

      --all              Disable all resources
  -h, --help             help for disable
      --host string      Host for the Tilt HTTP server. Only necessary if you started Tilt with --host. Overrides TILT_HOST env variable. (default "localhost")
  -l, --labels strings   Disable all resources with the specified labels
      --port int         Port for the Tilt HTTP server. Only necessary if you started Tilt with --port. Overrides TILT_PORT env variable. (default 10350)

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