Knife configure -i is failing with error " Cannot find subcommand for: 'osc_user configure -i'"

WARNING: IF YOU ARE USING CHEF SERVER 12+, PLEASE FOLLOW THE INSTRUCTIONS UNDER knife user create --help.
You only passed a single argument to knife user create.
For backwards compatibility, when only a single argument is passed,
knife user create assumes you want Open Source 11 Server user creation.
knife user create for Open Source 11 Server is being deprecated.
Open Source 11 Server user commands now live under the knife osc_user namespace.
For backwards compatibility, we will forward this request to knife osc_user create.
If you are using an Open Source 11 Server, please use that command to avoid this warning.
FATAL: Cannot find subcommand for: 'osc_user configure -i’
Available subcommands: (for details, knife SUB-COMMAND --help)

From message above I understood that osc_user configure -i is not a found in chef server 12+

What command i need to run in chef server 12+ to configure workstation ?
Do i need to pass any extra parameter ?