The clone command now inserts a placeholder in place of the base url of the source service. It no longer replaces the base url for the user.
The server command no longer guesses the base url to insert; it gets that as a flag from the user. It no longer clobbers external urls (like for sprites).
Added a new command, transform, that converts the content in data/api to any base url of the user's choice. This replaces the --location flag from the old clone.
Added an environment variable to set base url to the Dockerfile
Overall, this will allow us to generate a copy with any base url without having to reclone every time.
clone
command now inserts a placeholder in place of the base url of the source service. It no longer replaces the base url for the user.transform
, that converts the content indata/api
to any base url of the user's choice. This replaces the--location
flag from the oldclone
.Overall, this will allow us to generate a copy with any base url without having to reclone every time.
Resolves #13