manta-cli 2.0.0-beta.7

Another CLI for ALPS
1
2
3
4
5
6
7
8
9
10
//! Re-exports the `manta apply sat-file` command.
//!
//! The SAT YAML deserialization types and the Jinja2 renderer used to live in
//! a `utils` submodule here, but they're shared with the server-side
//! `service::sat_file`, so they now live in `manta_shared::shared::sat_file`.

pub mod command;
// -- TESTS --
#[cfg(test)]
pub mod tests;