pub(crate) fn parse_profile_specs(input: &str) -> Vec<ProfileSpec>Expand description
Parse a CSV profile spec string.
Format: vault,org:vault,org:vault
default→ ProfileSpec { org: None, vault: “default” }braincraft:operations→ ProfileSpec { org: Some(“braincraft”), vault: “operations” }
Designed for future extension to docker.io/project/org:vault@sha256.