Closed stevector closed 5 years ago
terminus -n build:env:create "$TERMINUS_SITE.live" "$TERMINUS_ENV" --yes --clone-content assumes a live env exists. That is not true for all sites.
terminus -n build:env:create "$TERMINUS_SITE.live" "$TERMINUS_ENV" --yes --clone-content
I see a few options for resolving this issue. There may be others.
I think requiring the Live env is acceptable. The readme already has that as step 0.
terminus -n build:env:create "$TERMINUS_SITE.live" "$TERMINUS_ENV" --yes --clone-content
assumes a live env exists. That is not true for all sites.I see a few options for resolving this issue. There may be others.