push
Upload your local home base to your personal server — sync the entire collection, a single item, or multiple items at once. Acts like git push, keeping data visible only to you.
Instructions
push(id) — upload the home base to my server (visible to me only). Like git push: local → server. Not for sharing — to share with others use send (push has no target argument by design, so it cannot share).
push() the whole home base → server
push(id='lr-x'|'dc-x') a single item
push(id=['lr-x','dc-y']) a batch Take down (inverse): rm(sent='lr-x'|'dc-x') — removes the server copy only, home base untouched. (moving items between local workspaces is local(), not push())
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| help | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |