mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
feat(cli): add visual inspect command (#480)
* feat: add layout audit command * feat: refine visual inspect command
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Example } from "./_examples.js";
|
||||
import { createInspectCommand } from "./layout.js";
|
||||
|
||||
export const examples: Example[] = [
|
||||
["Inspect visual layout across the current composition", "hyperframes inspect"],
|
||||
["Inspect a specific project", "hyperframes inspect ./my-video"],
|
||||
["Output agent-readable JSON", "hyperframes inspect --json"],
|
||||
["Use explicit hero-frame timestamps", "hyperframes inspect --at 1.5,4.0,7.25"],
|
||||
["Run the compatibility alias", "hyperframes layout --json"],
|
||||
];
|
||||
|
||||
export default createInspectCommand("inspect");
|
||||
Reference in New Issue
Block a user