github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_edit_pipeline.md (about)

     1  ## pachctl edit pipeline
     2  
     3  Edit the manifest for a pipeline in your text editor.
     4  
     5  ### Synopsis
     6  
     7  Edit the manifest for a pipeline in your text editor.
     8  
     9  ```
    10  pachctl edit pipeline <pipeline> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --editor string   Editor to use for modifying the manifest.
    17    -h, --help            help for pipeline
    18    -o, --output string   Output format: "json" or "yaml" (default "json")
    19        --reprocess       If true, reprocess datums that were already processed by previous version of the pipeline.
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --no-color   Turn off colors.
    26    -v, --verbose    Output verbose logs
    27  ```
    28