osp-cli 1.5.1

CLI and REPL for querying and managing OSP infrastructure data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use crate::{assert_snapshot_text, assert_snapshot_text_with};
use assert_cmd::Command;
use predicates::prelude::*;

#[cfg(unix)]
use std::os::unix::fs::PermissionsExt;

include!("config_commands/helpers.rs");
include!("config_commands/read.rs");
include!("config_commands/explain.rs");
include!("config_commands/sources_and_profiles.rs");
include!("config_commands/mutate.rs");