I'd like to use the typespec tsp init <template> functionality to provide some users with a generated typespec definition.
I do not want this template to be publicly accessible due to its contents. I'd also like users to be able to get started quickly so would prefer to avoid downloading templates and then mounting them onto localhost.
As far as I can tell the <template> argument to tsp init must be an unathenticated url, would it be possible to enhance this to support authenticated urls or local directories?