@oatnil/ud 0.99.11 → 0.99.13
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 +23 -14
- package/bin/{ud_0.99.11_darwin_amd64 → ud_0.99.13_darwin_amd64} +0 -0
- package/bin/{ud_0.99.11_darwin_arm64 → ud_0.99.13_darwin_arm64} +0 -0
- package/bin/{ud_0.99.11_linux_amd64 → ud_0.99.13_linux_amd64} +0 -0
- package/bin/{ud_0.99.11_linux_arm64 → ud_0.99.13_linux_arm64} +0 -0
- package/bin/{ud_0.99.11_windows_amd64.exe → ud_0.99.13_windows_amd64.exe} +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @oatnil/ud
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
CLI for [UnDercontrol](https://ud-docs.lintao-amons.workers.dev) — one workspace for tasks, knowledge, and AI agents.
|
|
4
|
+
|
|
5
|
+
Self-hosted or desktop. Private, portable, yours.
|
|
4
6
|
|
|
5
7
|
## Install
|
|
6
8
|
|
|
@@ -8,24 +10,31 @@ UnDercontrol CLI - task and expense management from the terminal.
|
|
|
8
10
|
npm install -g @oatnil/ud
|
|
9
11
|
```
|
|
10
12
|
|
|
11
|
-
##
|
|
13
|
+
## Upgrade
|
|
12
14
|
|
|
13
15
|
```bash
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
ud query "status = 'todo'"
|
|
16
|
+
npm update -g @oatnil/ud
|
|
17
|
+
```
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
ud get task # List tasks
|
|
23
|
+
ud get task -o apply # Output in apply-compatible format
|
|
24
|
+
ud describe task <id> # View task details
|
|
25
|
+
ud apply -f task.md # Create/update from file
|
|
26
|
+
ud query "status = 'in_progress'" # Query with filters
|
|
27
|
+
ud --help # Full command reference
|
|
21
28
|
```
|
|
22
29
|
|
|
23
|
-
##
|
|
30
|
+
## npx (no install)
|
|
24
31
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
32
|
+
```bash
|
|
33
|
+
npx @oatnil/ud get task
|
|
34
|
+
npx @oatnil/ud --help
|
|
35
|
+
```
|
|
28
36
|
|
|
29
|
-
##
|
|
37
|
+
## More
|
|
30
38
|
|
|
31
|
-
|
|
39
|
+
- [Documentation](https://ud-docs.lintao-amons.workers.dev/docs/cli/installation)
|
|
40
|
+
- [Desktop App & Self-Hosting](https://ud-docs.lintao-amons.workers.dev/subscribe)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|