jx gitops kpt recreate
Recreates the kpt packages in the given directory
	Usage
jx gitops kpt recreate
Synopsis
Updates the kpt packages in the given directory
Examples
# updates the kpt of all the yaml resources in the given directory
jx-gitops kpt --dir .
Options
  -d, --dir string       the directory to recursively look for the *.yaml or *.yml files (default ".")
      --dry-run          just output the commands to be executed
  -h, --help             help for recreate
  -i, --ignore-errors    if enabled we continue processing on kpt errors
  -o, --out-dir string   the output directory to generate the output
      --version string   if specified overrides the versions used in the kpt packages (e.g. to 'master')
Source
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
  Last modified April 20, 2021: chore: regenerated plugin docs (412f8f1671)