rise-deploy 0.16.1

A simple and powerful CLI for deploying containerized applications
1
2
3
4
5
6
pub mod device_flow;
pub mod oauth_code;
mod token_utils;

pub use device_flow::handle_device_flow;
pub use oauth_code::handle_authorization_code_flow;