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.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”RunAddPostMetaCommandOptions
Returns
Section titled “Returns”Promise<{ metaKey: string; phpFile: string; postMetaSlug: string; postType: string; projectDir: string; schemaFile: string; showInRest: boolean; sourceTypeName: string; typesFile: string; }>