Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ npx hyperframes render -o output.mp4
npx hyperframes render -c ./my-composition.html -o output.mp4
```

### `publish`

Upload a project and create a stable public URL:

```bash
npx hyperframes publish
npx hyperframes publish ./my-video
npx hyperframes publish --public
npx hyperframes publish --update <url-or-id>
npx hyperframes publish --space <space-id>
npx hyperframes publish --yes
```

Use `--public` to make a claimed project available to anyone, rather than only
to the user who claimed it.

### `lint`

Validate your Hyperframes HTML:
Expand Down