kubevela / kubevela.github.io

KubeVela documentations and website (https://kubevela.io).
Apache License 2.0
48 stars 209 forks source link

fix the wrong content #1230

Closed sunny0826 closed 1 year ago

sunny0826 commented 1 year ago

Description of your changes

Fixes #1229

I have:

Special notes for your reviewer

The -c flag is the -component shorthand, not the -container.

vela logs -h
Tail logs for vela application.

Usage:
  vela logs APP_NAME [flags]

Flags:
      --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

Global Flags:
  -y, --yes   Assume yes for all user prompts