Usage of the deploy tool may require some adjacent actions:
- preparation of image list secret
- applying the resources onto k8s cluster, with retries
- creation of namespace
- (polling) waiting for the service to become available and retrieving the endpoint
Getting this right using shell code for every user will be a lot of wasted time.
One solution would be to have the deploy tool provide a way to do this.