pub fn handle_create(
project_root: &str,
name: &str,
version: Option<&str>,
description: Option<&str>,
author: Option<&str>,
tags: Option<&[String]>,
layers: Option<&[String]>,
level: Option<u32>,
scope: Option<&str>,
) -> String