Dirty workaround to run clasp commands in a docker environment; as the --no-localhost
login option does no longer work, because google dropped support for OOB.
docker-compose up -d docker-compose exec clasp bash
you can use any clasp commands regularly.
clasp login clasp login --status
Fetches a project from either a provided or saved script ID. Updates local files with Apps Script project.
clasp pull
clasp push
clasp version "descriptional text"
Creates a version and deploys a script. The response gives the deployment ID and the version of the deployment.
clasp deploy -V YOURVERSION -d "descriptional text"