syncable-cli 0.37.1

A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations
Documentation
1
2
3
4
5
6
//! Authentication module for Syncable platform
//!
//! Implements OAuth 2.0 Device Authorization Grant (RFC 8628) for CLI authentication.

pub mod credentials;
pub mod device_flow;