anesis 0.12.4

CLI for scaffolding projects from remote templates and extending them with project addons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod addons;
pub mod auth;
pub mod cache;
pub mod cli;
pub mod completions;
pub mod config;
pub mod context;
pub mod info;
pub mod manifest;
pub mod mcp;
pub mod paths;
pub mod stacks;
pub mod status;
pub mod templates;
pub mod upgrade;
pub mod utils;