Query: any variable/api to print cURL (for the request) on console

For speeding debugging, want to print the cURL value on the console so that the replay is just single copy away.

Right now postman console has request payload but not a one step to replay and on Newman cli as well managed to get print of request meta (header, param, body) but not the cURL.

Is there any variable (in postman, code->copy as curl) is exposed in pm API or accessible with request object or any plans to have?
This feature really can be a big relief.