Commit graph

7 commits

Author SHA1 Message Date
876212abc0 feat: show connection info after container install
- Only Vault returns .env variables (VAULT_ADDR, VAULT_TOKEN)
- All other components show 'botserver vault put' commands to store credentials
- Added proper vault init/unseal instructions
- CLI now prints InstallResult with IP, ports, and connection info
2025-12-19 10:49:09 -03:00
7600620224 Add rotate-secret and rotate-secrets commands for credential rotation
Some checks failed
GBCI Bundle / build-bundle (push) Has been skipped
GBCI / build (push) Failing after 24m38s
2025-12-18 11:20:31 -03:00
91f6263746 Add version --all command
Some checks are pending
GBCI / build (push) Waiting to run
GBCI Bundle / build-bundle (push) Has been skipped
2025-12-18 11:06:19 -03:00
f8ac224d00 Add vault CLI commands for secret migration
Some checks failed
GBCI Bundle / build-bundle (push) Has been skipped
GBCI / build (push) Failing after 24m51s
2025-12-18 09:40:16 -03:00
583e764bb9 chore: Remove emoji icons from log messages and UI
Replace emoji icons with plain text/ASCII equivalents to prevent
encoding issues and improve console compatibility:
- Replace checkmarks with *
- Replace x marks with x
- Replace status indicators with text [OK], [ERR], etc.
- Remove decorative emojis from info/debug log messages
- Keep functional emojis in user-facing chat/sentiment features
2025-12-09 07:55:11 -03:00
5f71614451 fix: remove duplicate logger init causing 'cannot set logger' error
Logger is already initialized in main.rs, cli.rs was trying to
initialize it again when CLI commands were run.
2025-12-08 17:59:43 -03:00
bf0ed6223f - Refactor folder as features. 2025-11-22 22:55:35 -03:00