@secapi/cli 1.1.0 → 1.2.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/README.md +1 -1
- package/dist/index.js +3299 -647
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ secapi config profiles
|
|
|
139
139
|
Two binaries are installed: the preferred `secapi` and the compatibility alias `omni-sec`.
|
|
140
140
|
|
|
141
141
|
```bash
|
|
142
|
-
secapi --version # prints the bare package version, e.g. 1.
|
|
142
|
+
secapi --version # prints the bare package version, e.g. 1.2.0
|
|
143
143
|
secapi --help # short task-oriented help for common workflows
|
|
144
144
|
secapi help all # full command inventory
|
|
145
145
|
secapi examples # local starter workflows for humans and agents
|