sitequest-software/Sitequest Exec

Run a shell command on a Sitequest VPS or webspace via the REST API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keySitequest API key with the `vps:manage` and/or `webspace:manage` scope.yes
resourceTarget resource type — `vps` or `webspace`.yes
idResource ID (VPS or webspace).yes
commandShell command to run. Multi-line strings are passed verbatim.yes
cwdWorking directory to execute the command in (optional).no""
timeoutExecution timeout in seconds (default 300, max 1800).no300
fail-on-non-zeroIf `true` (default), fail the step when the remote exit code is non-zero.notrue
api-baseOverride the API base URL (for staging or self-hosted).nohttps://hosting.site.quest
namedescription
exit-codeRemote exit code (-1 if the request itself failed).
stdoutCaptured stdout from the remote command.
stderrCaptured stderr from the remote command.
duration-msEnd-to-end duration in milliseconds.