1
0
silverbullet/plugs/sync/sync.plug.yaml

25 lines
440 B
YAML
Raw Normal View History

2023-01-13 14:41:29 +00:00
name: sync
functions:
configureCommand:
path: sync.ts:configureCommand
command:
name: "Sync: Configure"
syncCommand:
path: sync.ts:syncCommand
command:
name: "Sync: Sync"
wipeAndSyncCommand:
path: sync.ts:localWipeAndSyncCommand
command:
name: "Sync: Wipe Local Space and Sync"
2023-01-13 14:41:29 +00:00
check:
env: server
path: sync.ts:check
performSync:
env: server
path: sync.ts:performSync