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
'This command is unavailable for this app. Use `heroku run:inside` instead. See https://devcenter.heroku.com/articles/run-tasks-in-an-existing-dyno.' :
80
+
'This command is unavailable for this app. See https://devcenter.heroku.com/articles/generations.'
81
+
cli.error(errorMessage)
82
+
cli.exit(1);
83
+
}
84
+
72
85
letdata=yieldpromises
73
86
letfeature=data.feature
74
87
letconfigVars=data.config
75
88
letbuildpacks=data.buildpacks
76
89
77
-
if(data.app['space']!=null){
78
-
if(data.app['space']['shield']===true){
90
+
if(app['space']!=null){
91
+
if(app['space']['shield']===true){
79
92
cli.error(`This feature is restricted for Shield Private Spaces`)
0 commit comments