MCPcopy Index your code
hub / github.com/algolia/cli / IndexConfigExportHandler

Struct IndexConfigExportHandler

pkg/cmd/shared/handler/flags_handler.go:44–46  ·  view source on GitHub ↗

`indices config export`

Source from the content-addressed store, hash-verified

42
43// `indices config export`
44type IndexConfigExportHandler struct {
45 Opts *config.ExportOptions
46}
47
48func (handler IndexConfigExportHandler) Validate() error {
49 return config.ValidateExportConfigFlags(*handler.Opts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected