kusion init
Initialize the scaffolding for a demo project
Synopsisโ
This command initializes the scaffolding for a demo project with the name of the current directory to help users quickly get started.
Note that target directory needs to be an empty directory.
kusion init [flags]
Examplesโ
  # Initialize a demo project with the name of the current directory
  mkdir quickstart && cd quickstart
  kusion init
  
  # Initialize the demo project in a different target directory
  kusion init --target projects/my-demo-project
Optionsโ
  -h, --help            help for init
  -t, --target string   specify the target directory
Options inherited from parent commandsโ
      --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")
SEE ALSOโ
- kusion - Kusion is the Platform Orchestrator of Internal Developer Platform
Find more information at: https://www.kusionstack.io