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

     1  ## pachctl create repo
     2  
     3  Create a new repo.
     4  
     5  ### Synopsis
     6  
     7  Create a new repo.
     8  
     9  ```
    10  pachctl create repo <repo> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -d, --description string   A description of the repo.
    17    -h, --help                 help for repo
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --no-color   Turn off colors.
    24    -v, --verbose    Output verbose logs
    25  ```
    26