# velocirepo import-projects


Bulk-add projects from an external source


``` bash
velocirepo import-projects [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Bulk-add projects from an external source

    Usage:
      velocirepo import-projects [flags]

    Flags:
          --dry-run              show what would be added without writing
          --filter string        glob pattern to filter repo names
          --from-file string     import from a CSV or JSON file
          --github-org string    import repos from a GitHub organization
          --github-user string   import repos from a GitHub user
      -h, --help                 help for import-projects
          --include-archived     include archived repos
          --include-forks        include forked repos
          --skip-existing        skip projects that already exist
          --yes                  skip confirmation prompt

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`--dry-run`  
show what would be added without writing

`--filter: string`  
glob pattern to filter repo names

`--from-file: string`  
import from a CSV or JSON file

`--github-org: string`  
import repos from a GitHub organization

`--github-user: string`  
import repos from a GitHub user

`-h, --help`  
help for import-projects

`--include-archived`  
include archived repos

`--include-forks`  
include forked repos

`--skip-existing`  
skip projects that already exist

`--yes`  
skip confirmation prompt

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
