premisedata/Goblet Deploy

Deploy your Goblet App

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectgcloud project to deploy toyes
locationregion to deploy toyes
goblet-pathPath to a goblet app directory in which `main.py`, `requirements.txt` and `.goblet\` should be storedno.
stagedeployment stageno""
envarslist of key, value pairs that should be added to the function's environment variables written as '{k1}:{v1},{k2}:{v2},...'no""
build-envarslist of key, value pairs that should be added to the function's build environment variables written as '{k1}:{v1},{k2}:{v2},...'no""
commandComplete goblet command. For example "goblet openapi FUNCTION"no""
artifact-authenable authentication to artifact registrynono
poetryuse poetry instead of pipnono
poetry_versionpoetry version to useno1.1.14
requirementsfilename and path for requirement filenorequirements.txt
apt_packagesList of packages to apt install before running the deploy. Some python dependencies like cv2 require additional apt packages. Comma delimited: `dep1,dep2,dep3...`no""
namedescription
openapispecThe openapispec that is generated if it exists