kusion server
Start kusion server
Synopsis
Start kusion server.
kusion server [flags]
Examples
  # Start kusion server
  kusion server --mode kcp --db_host localhost:3306 --db_user root --db_pass 123456
Options
  -a, --auth-enabled                      Specify whether token authentication should be enabled
  -k, --auth-key-type string              Specify the auth key type. Default to RSA (default "RSA")
      --auth-whitelist strings            Specify the list of whitelisted IAM accounts to allow access
      --auto-migrate                      Whether to enable automatic migration
      --db-host string                    database host
      --db-name string                    the database name
      --db-pass string                    the user password used to access database
      --db-port int                       database port
      --db-user string                    the user name used to access database
      --default-backend-endpoint string   the default backend endpoint
      --default-backend-name string       the default backend name
      --default-backend-type string       the default backend type
      --default-source-remote string      the default source remote
  -d, --dev-portal-enabled                Enable dev portal. Default to true. (default true)
  -h, --help                              help for server
      --log-file-path string              File path to write logs to. Default to /home/admin/logs/kusion.log (default "/home/admin/logs/kusion.log")
      --max-async-buffer int              Maximum number of buffer zones during concurrent async executions including generate, preview, apply and destroy. Default to 100. (default 100)
      --max-async-concurrent int          Maximum number of concurrent async executions including generate, preview, apply and destroy. Default to 10. (default 10)
      --max-concurrent int                Maximum number of concurrent executions including preview, apply and destroy. Default to 10. (default 10)
      --migrate-file string               The migrate sql file
  -p, --port int                          Specify the port to listen on (default 80)
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