checkbox-cli 2.0.0 → 3.0.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.
- package/dist/checkbox.d.ts +4 -8
- package/dist/checkbox.js +2065 -501
- package/package.json +1 -1
package/dist/checkbox.d.ts
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* Checkbox CLI —
|
|
3
|
+
* Checkbox CLI v3.0.0 — Full-featured compliance management from your terminal.
|
|
4
|
+
*
|
|
5
|
+
* Every capability available in the Checkbox web app is accessible here:
|
|
6
|
+
* tasks, plans, tables, documents, dashboards, forms, team management, and more.
|
|
4
7
|
*
|
|
5
8
|
* First-time users: just run `checkbox` and follow the guided setup.
|
|
6
9
|
* Returning users: `checkbox` opens the interactive menu.
|
|
7
|
-
*
|
|
8
|
-
* Direct commands (for scripts & automation):
|
|
9
|
-
* checkbox plans — List your compliance plans
|
|
10
|
-
* checkbox tasks — Browse tasks
|
|
11
|
-
* checkbox complete <id> — Complete a task
|
|
12
|
-
* checkbox status — Workspace overview
|
|
13
|
-
* checkbox setup — Re-run the setup wizard
|
|
14
10
|
*/
|
|
15
11
|
export {};
|