Do we have kubectl rollout support for istio canary deployments

I am looking for something like
kubectl rollout status deploy/deploymentname
so that I would configure a statement like below to control my deployment as part of CD job. reference command as follows
kubectl rollout status canary/canaryname
If this is not available right now, are there any other ways to achieve the same ?

Thanks.