bds-cli config list only shows one setting #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gb@Mac RuDS % target/release/bds-cli config list
app.search-index-rebuild-required=false
Implemented in commit
3739da0. Config get/list now resolve effective shared defaults, internal maintenance settings are omitted, and secret/key values remain visible only as SET or NOT SET markers in text and JSON. The online API key is stored in Keychain. Updated the Allium contract and docs; cargo build --workspace and cargo test --workspace pass.