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
13
14
use super::{
    BootstrapPhase, BootstrapScopeRule, ConfigLayer, ConfigSchema, ConfigSource, ConfigValue,
    ResolvedConfig, ResolvedValue, SchemaEntry, SchemaValueType, Scope, SecretValue,
    adapt_value_for_schema, bootstrap_key_spec, is_alias_key, is_bootstrap_only_key, parse_env_key,
    parse_string_list, remaining_parts_are_bootstrap_profile_default, validate_bootstrap_value,
    validate_key_scope, value_type_name,
};
use std::collections::{BTreeMap, BTreeSet};

include!("tests/bootstrap_schema.rs");
include!("tests/layer_parsing.rs");
include!("tests/resolved_helpers.rs");
include!("tests/adaptation_env.rs");
include!("tests/resolve_options.rs");