-
Setup environment
export GRAM_API_URL=http://localhost:8080export GRAM_DASHBOARD_URL=https://localhost:5173export GRAM_ORG=organization-123export GRAM_PROJECT=defaultexport GRAM_API_KEY=<API-KEY>
-
Run desired command
cd go/cligo run main.go status
-
Stage zip
go run main.go stage function --slug test-fn --location fixtures/example.zip- You never need to do this again as long as you are using the same zip
-
Push
go run main.go push