workshopctl (CLI)

workshopctl is a small in-workshop utility that SDK hooks invoke to report SDK state back to the Workshop daemon over a restricted socket. It runs inside a running workshop, not on the host, and is not intended for end users to call directly.

There is one category of commands:

Actions

Commands

What they do

Report SDK health

set-health

Let the daemon know whether the SDK is okay, waiting, or in an error state, with an optional machine-readable error code and a human-readable message.

Note

workshopctl only works from an SDK hook context, where the daemon supplies a context cookie via the WORKSHOP_COOKIE environment variable. Running it from an interactive shell returns cannot invoke workshopctl operation commands ... from outside of a workshop.

See also

Explanation:

Reference:

Tutorial: