Waldek Mastykarz
Waldek Mastykarz
> Also: how about interactively selecting an identity from a list using the arrow and enter keys? That's exactly what I meant. Let's see if we can do this using...
Interesting idea @Adam-it. What would be the use case for it?
```sh m365 outlook mail send ... m365 identity set --identity m365 outlook mail send ... m365 identity set --identity m365 outlook mail send ... m365 identity set --identity ``` ...might...
> As an extension to the command, I was thinking whether we can show which identity was used for executing command. Great idea! We should include it in the debug...
> So that being the case, my thought process was to log the message Executing as to the console and then show the output of the command. This would be...
> > Right, but that's just a log message, not a prompt, right? > > Correct. It is just a message which shows before the execution of the command and...
> another proposal would be to show a warning line when executing the first m365 command in a given shell session, or the first command after using identity/account/login commands. This...
> I'd like to be able though, to sign into multiple identities and being able to use an --identity flag on every command so I can use the CLI for...
> I think it would be preferable to set the identity on a session and we should look for ways to do that. One way I just realized that would...
@martinlingstuyl could you elaborate what you're proposing and what's missing from our existing guide to make it clearer for the person that will work on this?