@doow/cli 0.1.0 → 0.1.1
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 +26 -0
- package/dist/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,32 @@ doow reports expense # generate expense report
|
|
|
25
25
|
doow chat # interactive chat with Derek or Mina
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
+
## Commands
|
|
29
|
+
|
|
30
|
+
| Command | Description |
|
|
31
|
+
|---------|-------------|
|
|
32
|
+
| `doow login` | Authenticate with Doow (PKCE or device flow) |
|
|
33
|
+
| `doow logout` | Revoke refresh token and clear credentials |
|
|
34
|
+
| `doow whoami` | Show current identity |
|
|
35
|
+
| `doow profiles` | Manage multi-org profiles |
|
|
36
|
+
| `doow apps` | Manage SaaS applications |
|
|
37
|
+
| `doow contracts` | Manage contracts |
|
|
38
|
+
| `doow licenses` | Manage licenses |
|
|
39
|
+
| `doow cards` | Manage virtual and physical cards |
|
|
40
|
+
| `doow team` | Manage team members and departments |
|
|
41
|
+
| `doow integrations` | Manage third-party integrations |
|
|
42
|
+
| `doow insights` | View insights and notifications |
|
|
43
|
+
| `doow dashboard` | View spend overview and key metrics |
|
|
44
|
+
| `doow search <query>` | Search across apps, contracts, members, and more |
|
|
45
|
+
| `doow expenses` | View expenses |
|
|
46
|
+
| `doow overages` | View contract overages |
|
|
47
|
+
| `doow usage-tuples` | View and manage usage metric tuples |
|
|
48
|
+
| `doow reports` | Generate and export reports |
|
|
49
|
+
| `doow chat` | Chat with Derek or Mina (interactive) |
|
|
50
|
+
| `doow mcp` | Start MCP server over stdio |
|
|
51
|
+
| `doow doctor` | Diagnostic: auth, config, network, API version |
|
|
52
|
+
| `doow completion` | Output shell completion script |
|
|
53
|
+
|
|
28
54
|
## MCP server
|
|
29
55
|
|
|
30
56
|
```bash
|
package/dist/cli.cjs
CHANGED
|
@@ -33863,7 +33863,7 @@ async function startStdioServer(options) {
|
|
|
33863
33863
|
await server.connect(transport);
|
|
33864
33864
|
}
|
|
33865
33865
|
|
|
33866
|
-
const VERSION = "0.1.
|
|
33866
|
+
const VERSION = "0.1.1" ;
|
|
33867
33867
|
const ASCII_LOGO = `
|
|
33868
33868
|
_
|
|
33869
33869
|
__| | ___ ___ __ __
|