doctl serverless install
should not require authentication
#1559
Labels
doctl serverless install
should not require authentication
#1559
Describe the Issue:
When running
doctl serverless install
withoutDIGITALOCEAN_ACCESS_TOKEN
set, the command will refuse to install theserverless
extension.Environment:
Additional Details:
I run
doctl serverless install
in a Docker container when the container starts. I'd prefer moving theserverless
extension installation directly into the container build step so that the container can start with the extension already installed. I find it poor praxis to provide the DO access token during container build time, just to have the extension installed.The text was updated successfully, but these errors were encountered: