Create a new project
This command creates a new project.yaml file under the target directory which by default is the current working directory.
Note that the target directory needs to be an empty directory.
kusion project create
# Create a new project with the name of the current working directory
mkdir my-project && cd my-project
kusion project create
# Create a new project in a specified target directory
kusion project create --target /dir/to/projects/my-project
-h, --help help for create
-t, --target string specify the target directory
--profile string Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex) (default "none")
--profile-output string Name of the file to write the profile to (default "profile.pprof")
- kusion project - Project is a folder that contains a project.yaml file and is linked to a Git repository