You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
heroku config -s
currently gives output like:ie: some values are quoted with
'
, others not.Whilst the unquoted entries don't technically need quotes, I think it would be more consistent to just always include the quotes around each value.
Currently the npm package shell-escape is used:
heroku-apps/commands/config/index.js
Line 14 in c402fef
...which doesn't have a way to force quotes:
https://github.com/xxorax/node-shell-escape/blob/master/shell-escape.js
The text was updated successfully, but these errors were encountered: