⚠️ Work in Progress
You are viewing development documentation built from the latest commit on main. APIs and features are subject to change.

kurel info

kurel info

Show package information

Synopsis

Info displays detailed information about a kurel package including metadata, available patches, configurable parameters, and deployment phases.

kurel info <package> [flags]

Options

      --all             Show all details including resource content
  -h, --help            help for info
  -o, --output string   Output format (text, yaml, json) (default "text")

Options inherited from parent commands

  -c, --config string        config file (default is $HOME/.kure.yaml)
      --debug                debug output
      --dry-run              print generated resources without writing to files
  -n, --namespace string     target namespace for operations
      --no-headers           don't print headers (for table output)
  -f, --output-file string   write output to file instead of stdout
      --show-labels          show resource labels in table output
      --strict               treat warnings as errors
  -v, --verbose              verbose output
      --wide                 use wide output format

SEE ALSO

  • kurel - Kurel - Kubernetes Resources Launcher