Skip to main content

Crate jarvy

Crate jarvy 

Source

Re-exports§

pub use drift::DriftConfig;
pub use drift::DriftDetector;
pub use drift::DriftReport;
pub use drift::DriftStatus;
pub use drift::EnvironmentState;
pub use logging::LogConfig;
pub use logging::LogError;
pub use logging::LogFormat;
pub use logging::LogLevel;
pub use logging::LogStats;
pub use logging::Sanitizer;
pub use packages::PackagesConfig;
pub use ticket::TicketData;
pub use ticket::TicketError;
pub use ticket::TicketScope;
pub use tools::add;
pub use tools::register_all;

Modules§

drift
Configuration drift detection module
git
Git configuration automation module
logging
Logging module - unified through observability
network
Network configuration module for proxy and TLS settings
observability
Observability & Debugging Module
packages
Language package dependency management
ticket
Debug ticket generation for support and diagnostics
tools
workspace
Monorepo/workspace support

Macros§

define_tool
Macro for defining tools with minimal boilerplate.