Serverless print options do not return

Looking at this documentation: https://github.com/serverless/serverless/blob/master/lib/plugins/print/print.js, we should be able to invoke the serverless print with multiple options (format, path, transform). Using these options, I still get the full print out of the serverless.yml file.
Ex: sls print --path provider.name --format text
Returns the entire yaml file instead of just the provider name

Thanks

@mgstigler Bugs should be reported at https://github.com/serverless/serverless/issues