Open rmccue opened 1 month ago
This looks like the main place we generate the URL:
However, this is also used in the Docker compose generator for the Tachyon URL, so overriding this would break Tachyon URLs (e.g. would be https://example.altis.dev/en/tachyon/
which would break), so needs something slightly different. Possibly the Docker compose should be updated to use the hostname instead of the URL, but needs checking with the Codespaces support too.
Hey team! Please add your planning poker estimate with Zenhub @jerico @kovshenin @mikelittle @wisyhambolu
Please add your planning poker estimate with Zenhub @filter182
For sites where the default site isn't the root of the local URL, it'd be useful to have a way to override the default that we provide to
wp-cli
. e.g. if your default site is atexample.altis.dev/en/
, you currently need to pass the URL every time.I'd suggest we add a
default_site_url
option (e.g."default_site_url": "https://example.altis.dev/en/"
), or adefault_site_path
option (e.g."default_site_path": "/en/"
) to override this.Acceptance Criteria
example.altis.dev/en
,composer server cli
commands work without passing--url
.--url
flag for a different sub site still works.example.altis.dev/tachyon
and continue to function.For Altis Team Use
Ready for Work Checklist
Is this ticket ready to be worked on? See the Play Book Definition of Ready.
Completion Checklist
Is this ticket done? See the Play Book Definition of Done.
backport
labels been added to the PR?