Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const UserConfigFileName = "tilt_config.json"
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigDef ¶ added in v0.10.24
type ConfigDef struct {
	// contains filtered or unexported fields
}
    type Plugin ¶ added in v0.22.4
type Plugin struct {
	// contains filtered or unexported fields
}
    func NewPlugin ¶ added in v0.22.4
func NewPlugin(tiltSubcommand model.TiltSubcommand) *Plugin
type Settings ¶
type Settings struct {
	// contains filtered or unexported fields
}
    func (Settings) EnabledResources ¶
func (s Settings) EnabledResources(tf *v1alpha1.Tiltfile, manifests []model.Manifest) ([]model.ManifestName, error)
for the given args and list of full manifests, figure out which manifests the user actually selected
 Click to show internal directories. 
   Click to hide internal directories.