Skip to main content

Module reclassify

Module reclassify 

Source
Expand description

Handler for the reclassify CLI subcommand (GAP-18).

Reclassifies one entity (single mode) or a whole group of entities (batch mode) by updating the type column in the entities table.

Single mode: --name <entity> changes the type of one entity. Batch mode: --from-type <old> --to-type <new> --batch changes every entity in the namespace that currently has <old> as its type.

Structs§

ReclassifyArgs

Functions§

run