Few iterations ago we have introduces interactive question on import command to guide user around.
This broke integrations and scripts that people made relying on the CLI.
Adding a -m, --allmethods option to be able to skip interactive questions, specially on selecting methods to import and creation of a new service.
Few iterations ago we have introduces interactive question on import command to guide user around. This broke integrations and scripts that people made relying on the CLI.
Adding a
-m
,--allmethods
option to be able to skip interactive questions, specially on selecting methods to import and creation of a new service.