Skip to content

fix(registry): import-command: error out when multiple import step options are provided

Hayley Swimelar requested to merge 901/ensure-step-flag-exclusivity into master

Related to: #901 (comment 1330289879)

This MR adds some sanity checks to prevent ambiguous import steps from being passed to the import command. We now allow zero flags for full import, or one of --step-one, --step-two, or --step-three.

Edited by Hayley Swimelar

Merge request reports