@markus-global/cli 0.3.2 → 0.4.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/dist/commands/report.d.ts.map +1 -1
- package/dist/commands/report.js +30 -0
- package/dist/commands/report.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/markus.mjs +638 -432
- package/dist/web-ui/assets/index-Bcc58A3R.css +1 -0
- package/dist/web-ui/assets/index-ChS4vByd.js +61 -0
- package/dist/web-ui/index.html +2 -2
- package/package.json +1 -1
- package/templates/skills/markus-project-cli/SKILL.md +1 -2
- package/dist/web-ui/assets/index-C4bwFoi9.js +0 -61
- package/dist/web-ui/assets/index-CvTg0RPT.css +0 -1
package/dist/web-ui/index.html
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
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-
|
|
15
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-ChS4vByd.js"></script>
|
|
15
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Bcc58A3R.css">
|
|
16
16
|
</head>
|
|
17
17
|
<body>
|
|
18
18
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -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
|
|
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)
|