@fractary/faber-cli 1.5.22 → 1.5.23

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.
@@ -6,7 +6,7 @@
6
6
  * all operations to ensure consistency.
7
7
  *
8
8
  * Subcommands:
9
- * config init - Initialize FABER configuration (used by config-initializer agent)
9
+ * config init - Initialize FABER configuration (used by config-init command)
10
10
  * config update - Update configuration fields with backup (used by config-updater agent)
11
11
  * config validate - Validate configuration (used by config-validator agent)
12
12
  * config get - Get configuration values
@@ -6,7 +6,7 @@
6
6
  * all operations to ensure consistency.
7
7
  *
8
8
  * Subcommands:
9
- * config init - Initialize FABER configuration (used by config-initializer agent)
9
+ * config init - Initialize FABER configuration (used by config-init command)
10
10
  * config update - Update configuration fields with backup (used by config-updater agent)
11
11
  * config validate - Validate configuration (used by config-validator agent)
12
12
  * config get - Get configuration values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractary/faber-cli",
3
- "version": "1.5.22",
3
+ "version": "1.5.23",
4
4
  "description": "FABER CLI - Command-line interface for FABER development toolkit",
5
5
  "main": "dist/index.js",
6
6
  "bin": {