Milad Imen
Milad Imen
Fix for https://heroku.support/1140923 We are currently using the addon name to query the API for postgres credentials. This breaks after addons are renamed using `addons:rename`. This PR updates the command...
Reverts oclif/cli-ux#231 which reverted oclif/cli-ux#156
Something like this doesn't correctly parse. ``` {{component-name text='Title text' description='This text doesn\'t correctly parse.' anotherVariable=computedProperty upgradeAction=(action 'upgradeAction')}} ``` Here's a screenshot of it in Atom. I'm able to avoid...