epismo 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ epismo track apply --input @batch.json
|
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
`track apply` creates, updates, and deletes multiple tracks in a single request.
|
|
123
|
-
Use a non-UUID string (e.g. `"t001"`) as `id` in `
|
|
123
|
+
Use a non-UUID string (e.g. `"t001"`) as `id` in `upserts` to create a new track.
|
|
124
124
|
Cross-references between new entries in `task.parentId`, `task.dependsOn`, and `task.goalId` are resolved by the server.
|
|
125
125
|
Track search uses additive scope selectors: `--personal`, `--projects <ids>`, or both.
|
|
126
126
|
Omit both to use the default search scope. Track create/update/apply use `scope`
|