(ctx context.Context)
| 12 | CreateConfig(ctx context.Context, filePath string, config string) error |
| 13 | SendTelemetry(event string, output ...map[string]interface{}) |
| 14 | Export(ctx context.Context) error |
| 15 | Import(ctx context.Context, path, basePath string) error |
| 16 | Templatize(ctx context.Context) error |
| 17 | Sanitize(ctx context.Context) error |