README
Finds the command name from the hostname of a request. For instance, the command name for change-account-email.command.domain.io is change-account-email. The command subdomain must be a part of the host.
Finds the command name, domain, and service from the hostname of a request.
<script type="module">
import blossmCommandInfoFromReq from 'https://cdn.skypack.dev/@blossm/command-info-from-req';
</script>
Finds the command name from the hostname of a request. For instance, the command name for change-account-email.command.domain.io is change-account-email. The command subdomain must be a part of the host.