bws::command::project

Function create

source
pub(crate) async fn create(
    client: Client,
    organization_id: Uuid,
    name: String,
    output_settings: OutputSettings,
) -> Result<()>