rise-deploy 0.16.4

A simple and powerful CLI for deploying containerized applications
1
2
3
4
5
6
7
//! Client-side API interface for communicating with the Rise backend server.
//!
//! This module provides HTTP client methods for all backend API endpoints.
//! Used by CLI commands to interact with the server.

pub mod models;
pub mod project;