Generate Long Lived Access Token via CLI

I’m working on a project that may end up using several dozen or hundreds of devices running Home Assistant. I’ve been trying to streamline the setup process and one thing I keep coming back to is generating Long Lived Access Tokens for API usage. Basically the setup of HA will be completely automated and I can take care of almost everything via docker/config files/CLI except for the API token. I know I could just use the legacy API token but have been avoiding it since that’s depreciated. So is there some way to generate the LLAT via the CLI or any other way that doesn’t require oauth workflow, etc.