Skip to content

runAddPostMetaCommand

runAddPostMetaCommand(__namedParameters): Promise<{ metaKey: string; phpFile: string; postMetaSlug: string; postType: string; projectDir: string; schemaFile: string; showInRest: boolean; sourceTypeName: string; typesFile: string; }>

Defined in: wp-typia-project-tools/src/runtime/cli-add-workspace-post-meta.ts:41

Scaffold a typed WordPress post-meta contract and matching PHP registration.

RunAddPostMetaCommandOptions

Promise<{ metaKey: string; phpFile: string; postMetaSlug: string; postType: string; projectDir: string; schemaFile: string; showInRest: boolean; sourceTypeName: string; typesFile: string; }>