Documentation ¶ Index ¶ func NewCmdPost(props *props.Props) *setup.Command func RunPost(ctx context.Context, props *props.Props, opts *PostOptions, args []string) error type PostOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdPost ¶ func NewCmdPost(props *props.Props) *setup.Command func RunPost ¶ func RunPost(ctx context.Context, props *props.Props, opts *PostOptions, args []string) error RunPost posts an approved reel. The target is a platform name, `all` (every enabled+approved platform), or `due` (the scheduled platforms — the CI entrypoint): keryx post <platform|all|due> --workspace <slug> [--dry-run] [--force] Types ¶ type PostOptions ¶ type PostOptions struct { Workspace string DryRun bool Force bool } Source Files ¶ View all Source files cmd.gomain.go Click to show internal directories. Click to hide internal directories.