Big News!  Tilt is joining Docker

Tilt CLI Reference

tilt enable

Enables resources

Synopsis

Enables the specified resources in Tilt.

enables the resources named ‘frontend’ and ‘backend’

tilt enable frontend backend

enables frontend and backend and disables all others

tilt enable –only frontend backend

enables all resources

tilt enable –all

tilt enable {-all | [--only] <resource>...}

Options

      --all              Enable all resources
  -h, --help             help for enable
      --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   Enable all resources with the specified labels
      --only             Enable the specified resources, disable all others
      --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