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
| Alias | Display name |
|---|---|
react | React |
vanilla | Vanilla JS |
node | Node.js |
curl | curl / shell |
Use sky examples list to print available aliases.
Tracks
reactandvanillacan showpublic,user, orboth.nodeandcurlshow 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 curlNotes
- Snippets use placeholder account route identifiers and project slugs.
- Node.js and curl snippets use
<your-api-key>placeholders for write requests. sky examplesnever signs you in and never writes files.