@markus-global/cli 0.3.2 → 0.4.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.
@@ -11,7 +11,7 @@
11
11
  <script>
12
12
  (function(){var t=localStorage.getItem('markus-theme');if(t==='light')document.documentElement.classList.add('light');else if(t==='dark')document.documentElement.classList.add('dark')})();
13
13
  </script>
14
- <script type="module" crossorigin src="/assets/index-C4bwFoi9.js"></script>
14
+ <script type="module" crossorigin src="/assets/index-CRLpPe0k.js"></script>
15
15
  <link rel="stylesheet" crossorigin href="/assets/index-CvTg0RPT.css">
16
16
  </head>
17
17
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markus-global/cli",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "Markus — AI Digital Workforce Platform",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-or-later",
@@ -129,9 +129,8 @@ markus project report usage --json
129
129
 
130
130
  | Command | Key Options |
131
131
  |---------|-------------|
132
- | `project report generate` | `--period` (required: daily/weekly/monthly) `--scope` `--org` `--project` |
133
132
  | `project report list` | `--scope` `--scope-id` `--type` |
134
- | `project report get <id>` | |
133
+ | `project report generate` | `--period` (required: daily/weekly/monthly) `--scope` `--org` |
135
134
  | `project report usage` | `--org` |
136
135
 
137
136
  ## Code Reviews (nested under project)