feat: created new first-time run wizard for secrets provider

This commit is contained in:
2026-06-03 08:08:06 -06:00
parent a0649d4f25
commit 77374354bd
3 changed files with 202 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ mod utils;
use std::path::PathBuf;
pub use utils::create_vault_password_file;
pub use utils::interpolate_secrets;
pub use utils::prompt_provider_choice;
use crate::cli::Cli;
use crate::config::AppConfig;