@sentriflow/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.
Files changed (3) hide show
  1. package/README.md +7 -3
  2. package/dist/index.js +141 -601
  3. package/package.json +54 -54
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @sentriflow/cli
2
2
 
3
- Command-line interface for SentriFlow - check network configurations for compliance against best practices or organization-specific policies.
3
+ Command-line interface for SentriFlow - validate network configurations against best practices or organization-specific policies.
4
4
 
5
5
  ## Installation
6
6
 
@@ -53,7 +53,7 @@ cat router.conf | sentriflow -
53
53
  ```
54
54
  Usage: sentriflow [options] [file]
55
55
 
56
- SentriFlow Network Configuration Compliance Checker
56
+ SentriFlow Network Configuration Validator
57
57
 
58
58
  Arguments:
59
59
  file Path to the configuration file (use - for stdin)
@@ -321,7 +321,11 @@ SentriFlow automatically looks for `.sentriflowrc` or `.sentriflowrc.json` in th
321
321
  ## Related Packages
322
322
 
323
323
  - [`@sentriflow/core`](https://github.com/sentriflow/sentriflow/tree/main/packages/core) - Core parsing and compliance engine
324
- - [`@sentriflow/rules-default`](https://github.com/sentriflow/sentriflow/tree/main/packages/rules-default) - Default compliance rules
324
+ - [`@sentriflow/rules-default`](https://github.com/sentriflow/sentriflow/tree/main/packages/rules-default) - Default validation rules
325
+
326
+ ## Disclaimer
327
+
328
+ SentriFlow provides automated configuration validation. Validation results indicate technical alignment with security standards but do not constitute compliance certification. Consult qualified auditors for official compliance assessments.
325
329
 
326
330
  ## License
327
331