Description
When typing m365 login --authType you can use the CLI completion to add values like device, browser, certificate. The value secret is missing though. Even though that is a valid value for the option.
CLI for Microsoft 365 version
5.8
Additional Info
I've looked in the code and indeed, it is not there:
{
option: '-t, --authType [authType]',
autocomplete: ['certificate', 'deviceCode', 'password', 'identity', 'browser']
}
Description
When typing
m365 login --authTypeyou can use the CLI completion to add values likedevice,browser,certificate. The valuesecretis missing though. Even though that is a valid value for the option.CLI for Microsoft 365 version
5.8
Additional Info
I've looked in the code and indeed, it is not there: