stakpak-shared 0.3.67

Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
Documentation
pub mod auth_manager;
pub mod cert_utils;
pub mod container;
pub mod file_backup_manager;
pub mod file_watcher;
pub mod helper;
pub mod hooks;
pub mod local_store;
pub mod models;
pub mod oauth;
pub mod remote_connection;
pub mod remote_store;
pub mod secret_manager;
pub mod secrets;
pub mod task_manager;
pub mod telemetry;
pub mod terminal_theme;
pub mod tls_client;
pub mod utils;

#[cfg(feature = "sqlite")]
pub mod sqlite;