tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

--no-wait for async call on CreateSiteUsers

Open jacalata opened this issue 4 years ago • 0 comments

Applies to CreateUsers and CreateSiteUsers: --no-wait By default, this command creates users using a synchronous operation (it waits for all operations to complete before proceeding). You can use the --no-wait option to specify an asynchronous operation

--silent-progress Do not display progress messages for the command. (Check: I assume this is meaningless if --no-wait is specified)

jacalata avatar Jan 29 '22 03:01 jacalata