Skip to content

sky examples

sky examples prints stack-specific SkyState snippets without requiring sign-in or a project.

Synopsis

bash
sky examples list
sky examples show <alias>
sky examples show <alias> --track <track>

Kinds

AliasDisplay name
reactReact
vanillaVanilla JS
nodeNode.js
curlcurl / shell

Use sky examples list to print available aliases.

Tracks

  • react and vanilla can show public, user, or both.
  • node and curl show public-state examples only.
  • Omit the track to use the default for that stack.

Examples

bash
sky examples list
sky examples show react
sky examples show react --track public
sky examples show react --track user
sky examples show node
sky examples show curl

Notes

  • Snippets use placeholder account route identifiers and project slugs.
  • Node.js and curl snippets use <your-api-key> placeholders for write requests.
  • sky examples never signs you in and never writes files.