@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 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` | Record metered usage (seats, API calls, storage) against contracts for billing reconciliation |
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 SSO, HRIS, and billing providers view sync logs, trigger syncs |
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.5" ;
14
+ const VERSION = "0.1.6" ;
15
15
 
16
16
  exports.clearProfileCredentials = store.clearProfileCredentials;
17
17
  exports.deleteProfile = store.deleteProfile;