@doow/cli 0.1.5 → 0.1.6
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 +2 -2
- package/dist/cjs/index.js +1 -1
- package/dist/cli.cjs +5755 -3066
- package/dist/cli.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ doow chat # interactive chat with Derek or Mina
|
|
|
52
52
|
|---------|-------------|
|
|
53
53
|
| `doow contracts` | Manage PAYG, Enterprise, and subscription contracts — create, update, track renewals |
|
|
54
54
|
| `doow overages` | Track usage overages against contract limits |
|
|
55
|
-
| `doow usage-tuples` |
|
|
55
|
+
| `doow usage-tuples` | Link metered source bindings to usage metric tuples for contract reconciliation |
|
|
56
56
|
|
|
57
57
|
### Licensing
|
|
58
58
|
|
|
@@ -71,7 +71,7 @@ doow chat # interactive chat with Derek or Mina
|
|
|
71
71
|
| Command | Description |
|
|
72
72
|
|---------|-------------|
|
|
73
73
|
| `doow team` | Invite members, manage departments, activate/deactivate users |
|
|
74
|
-
| `doow integrations` | Connect
|
|
74
|
+
| `doow integrations` | Connect supported providers, inspect integration status, and review sync logs |
|
|
75
75
|
|
|
76
76
|
### Reports
|
|
77
77
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -11,7 +11,7 @@ var detect = require('./auth/detect.js');
|
|
|
11
11
|
|
|
12
12
|
// @doow/cli library entry point
|
|
13
13
|
// Re-exports for programmatic usage
|
|
14
|
-
const VERSION = "0.1.
|
|
14
|
+
const VERSION = "0.1.6" ;
|
|
15
15
|
|
|
16
16
|
exports.clearProfileCredentials = store.clearProfileCredentials;
|
|
17
17
|
exports.deleteProfile = store.deleteProfile;
|