kubevela.github.io/docs/cli/vela_logs.md

1016 B

title
vela logs

Tail logs for application.

Synopsis

Tail logs for vela application.

vela logs [flags]

Options

      --cluster string     filter the pod by the cluster name
  -c, --component string   filter the pod by the component name
      --container string   specify the container name
  -e, --env string         specify environment name for application
  -h, --help               help for logs
  -n, --namespace string   specify the Kubernetes namespace to use
  -o, --output string      output format for logs, support: [default, raw, json] (default "default")
  -p, --pod string         specify the pod name

Options inherited from parent commands

  -V, --verbosity Level   number for the log level verbosity
  -y, --yes               Assume yes for all user prompts

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.