Deploy & skills

Upload a candidate spec version, and refresh installed agent skill files.

sunboard deploy

Upload the local spec to Sunboard as a new, immutable candidate version with its git metadata. It never goes live on its own — you promote it in Sunboard, and it only serves once a segment is bound.

sunboard deploy [file] [--app <path>] [--framework <next|vite>] [--json]
Argument / OptionDescription
[file]Path to a spec. Defaults to sunboard/specs/activation.yaml.
--app <path>Path to the app root, relative to the current directory.
--framework <next|vite>Framework of the app whose env contains the publishable key.
--jsonPrint machine-readable JSON output.

Validate first

Deploy fails on an invalid spec. Run sunboard validate (and sunboard doctor) before deploying.

sunboard skills update

Refresh the installed agent skill files to match your current CLI version. Run this after upgrading sunboard.

sunboard skills update [--yes]
OptionDescription
--yes, -yAccept prompts and update modified owned sections.

On this page