In the link to the custom task, below, you'll see several pickList fields; one for the service endpoint, two for environment and command, which are static lists in the task.json, and then a fourth. This one, I need to be populated with a list of items dependent on the selection of the environment, but there is no (functioning) endpoint I can bind this input to in order to get that list. There is, however, a CLI command I can run to do this.
I've found plenty of documentation, and forum answers, on how to use the connectedService type to populate a pickList, but none on how to do it without a service endpoint. In addition, there is no "setInput" equivalent in the Azure-Pipelines-Task-Lib TypeScript API.
Is this even possible with custom tasks, at this point? If so, what are some options that I can look into?