forcedotcom / code-builder-feedback

This repository is used to collect feedback for the Code Builder beta.
29 stars 2 forks source link

Add Heroku CLI To Code Builder Workspaces #118

Closed jjsfdc closed 1 year ago

jjsfdc commented 2 years ago

End users cannot install Heroku CLI per their INSTRUCTIONS

Describe what you are ultimately trying to do Salesforce Functions has a "Heroku Data In Functions" feature, mentioned in THIS BLOG , that requires a user log into heroku and run a Heroku CLI command to associate the Functions Compute Environment with the Heroku data app.

Describe how you think Code Builder can help solve your problem or improve your work All of the rest of the steps of Salesforce Functions development is possible with Code Builder. If the Heroku CLI were available within Code Builder, I wouldn't have to switch out of Code Builder to complete this task.

Additional context The error I get when I try to install Heroku CLI is:

$ curl https://cli-assets.heroku.com/install.sh | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1894  100  1894    0     0  72846      0 --:--:-- --:--:-- --:--:-- 72846
This script requires superuser access.
You will be prompted for your password by sudo.
sh: 10: sudo: not found
smaddox-sf commented 1 year ago

We don't plan to add this CLI at this time