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
Now terminus sites create works, however it does not address the problem with product/organization permissions that I've described in Pantheon issue 30469:
[bwood@mbp ~]$ terminus sites create --product=87774fa4-b570-4300-a693-1c98b61457cd --name=t20create-ucb-ob7 --org=94a63981-a120-4f67-ae63-11547dee8be1 --label=t20create-ucb
Creating new Open Berkeley 7 installation ...
Error: "Error: Product cannot be used outside organizational context.\n"
The text was updated successfully, but these errors were encountered:
Thanks Mike. The Call to undefined method Products_Command::getById() is fixed:
[bwood@mbp cli]$ terminus sites create --product=21e1fada-199c-492b-97bd-0b36b53a9da0 --name=t20create-ucb-ob7 --org=430c1947-354f-459a-8755-f38293aef105 --label=t20-ob7-ucbtest
Creating new Drupal 7 installation ...
Working ..............
Success: Pow! You created a new site!
@bwood I believe the issue with ""Error: Product cannot be used outside organization level" is an api issue and is being addressed at that level.
Makes sense. In my conversation with Timani yesterday, he referred to this work, and I mistakenly thought the permissions fix might be included. I'll close this.
In reference to issue #45. I saw this PR #45 so I tested and hit a new error:
First, my terminus version:
(I pulled the latest code from [email protected]:pantheon-systems/cli.git master at about 15:00PDT)
I corrected this error with the following:
Now
terminus sites create
works, however it does not address the problem with product/organization permissions that I've described in Pantheon issue 30469:The text was updated successfully, but these errors were encountered: