As of the last few hours, when I run serverless print in my project, the result is data that starts with a formatted table in text. I am expecting a different formation. This seems to have changed without me knowing.
For example:
serverless print --format json
and/or
serverless print --stage dev > .serverless-print-output.json
both return data that starts with a table like this example below.
╔══════════════════╤══════════════════╤══════════════════╤══════════════════╗
║ Path │ Original │ Resolved │ Details ║
╟──────────────────┼──────────────────┼──────────────────┼──────────────────╢
║ params.default.s │ ${param:myVariable │ [“abc”,“def”] │ Provider: param ║
I am expecting something like this to be returned.
service: myServiceName
package:
individually: true
artifacts…
Any idea what could be causing this? I am using serverless 4.5.0.