dbgov-cli 0.2.2 → 0.2.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -80,7 +80,7 @@ dbgov-cli ctx migrate-credentials --to encrypted-file -o json
80
80
  dbgov-cli ctx role set prod --target-operator alice --role writer -o json
81
81
  ```
82
82
 
83
- Portable context export redacts passwords by default. `--include-credentials` is only allowed for `plain-yaml` or empty credential backends; secure backend credentials must be shared out of band.
83
+ Portable context export redacts passwords by default. `--include-credentials` only includes plaintext credentials when they are stored inline (`plain-yaml` or an empty/unset credential backend); secure backends such as encrypted-file, keychain, and vault must be shared out of band.
84
84
 
85
85
  Set `DBGOV_OPERATOR` in CI to make audit and RBAC identity stable.
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbgov-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Governed MySQL and PostgreSQL operations CLI for AI agents",
5
5
  "bin": {
6
6
  "dbgov": "bin/dbgov-cli.js",