Skip to content

mmaictl environment describe

Describe environment assets

mmaictl environment describe [NAME]... [flags]

Examples

  # Describe environment assets with names "foo"
  mmaictl environment describe foo

Options

  -f, --filename strings               Filename, directory, or URL to files containing the resource to describe
  -k, --kustomize string               Process the kustomization directory. This flag can't be used together with -f or -R.
  -R, --recursive                      Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
  -l, --selector string                Selector (label query) to filter on, supports '=', '==', '!=', 'in', 'notin'.(e.g. -l key1=value1,key2=value2,key3 in (value3)). Matching objects must satisfy all of the specified label constraints.
  -A, --all-namespaces                 If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
      --show-events                    If true, display events related to the described object. (default true)
      --chunk-size int                 Return large lists in chunks rather than all at once. Pass 0 to disable. This flag is beta and may change in the future. (default 500)
      --dry-run string[="unchanged"]   Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource. (default "none")
  -h, --help                           help for describe

Options inherited from parent commands

  -c, --config string        Path to mmaictl config directory (default "~/.mmaictl")
      --warnings-as-errors   Treat warnings received from the server as errors and exit with a non-zero exit code

SEE ALSO