16 lines
387 B
YAML
16 lines
387 B
YAML
functions:
|
|
downloadAllPostsCommand:
|
|
path: "./ghost.ts:downloadAllPostsCommand"
|
|
command:
|
|
name: "Ghost: Download Posts"
|
|
downloadAllPosts:
|
|
path: "./ghost.ts:downloadAllPosts"
|
|
env: server
|
|
publishPostCommand:
|
|
path: "./ghost.ts:publishPostCommand"
|
|
command:
|
|
name: "Ghost: Publish Post"
|
|
publishPost:
|
|
path: "./ghost.ts:publishPost"
|
|
env: server
|