bws::command::project

Function create

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