Build the `introspect` tool which introspects the engine API
()
| 352 | |
| 353 | // Build the `introspect` tool which introspects the engine API |
| 354 | func (dev *EngineDev) IntrospectionTool() *dagger.File { |
| 355 | return dag. |
| 356 | Go(dagger.GoOpts{Source: dev.Source}). |
| 357 | Binary("./cmd/introspect") |
| 358 | } |
| 359 | |
| 360 | // Generate the json schema for a dagger config file |
| 361 | // Currently supported: "dagger.json", "engine.json" |
no test coverage detected