Files
kubevela/docs/cli/vela_env_init.md
roy wang 1522280e50 refresh cli docs
Signed-off-by: roy wang <seiwy2010@gmail.com>
2020-10-28 14:16:19 +09:00

754 B

vela env init

Create environments

Synopsis

Create environment and set the currently using environment

vela env init <envName>

Examples

vela env init test --namespace test --email my@email.com

Options

      --domain string      specify domain your applications
      --email string       specify email for production TLS Certificate notification
  -h, --help               help for init
      --namespace string   specify K8s namespace for env (default "default")

Options inherited from parent commands

  -e, --env string   specify environment name for application

SEE ALSO

  • vela env - Manage application environments
Auto generated by spf13/cobra on 28-Oct-2020