пробовал
heroku create --stack cedar --remote testaddon --addons loggly:mole custom_domains
и
heroku create --stack cedar --remote testaddon --addons loggly:mole --addons custom_domains
ни работал.
Справка heroku говорит
heroku help create
Usage: heroku create [NAME]
create a new app
--addons ADDONS # a list of addons to install
-b, --buildpack BUILDPACK # a buildpack url to use for this app
-r, --remote REMOTE # the git remote to create, default "heroku"
-s, --stack STACK # the stack on which to create the app
, поэтому мне кажется, что я могу установить список дополнений.Есть предложения?