Import documentation structure from HelpScout to JSON
go get github.com/cesbo/helpscout-toolkit/pkg/helpscout
Tool implemented for DigitalOcean Functions
Create file .helpscout.env
in the root of the project with the following variables:
HELPSCOUT_API_KEY="..."
doctl serverless deploy . --include <funcName> --env .helpscout.env
funcName is a path to the function file, e.g. helpscout/summary
doctl sls fn get <funcName> --url