Skip to content

Import process from the other repositories

Takaaki Gordon Mizuno edited this page Aug 10, 2021 · 1 revision

If you want to reuse processes from existing repositories, you can use Podder CLI's import command.

podder import [email protected]:yourname/your-awesome-repository.git

Then, powder CLI automatically downloads the repository and list up the processes which the repository has.

> Select processes which you want to import to your project  (<up>, <down> to move, <space> to select, <a> to toggle, <i> to invert)
 ❯● data_preprocess
  ● features_extraction
  ○ header_detection
  ○ table_detection

You can select the processes which you want to import and then press enter key.

Import command imports process and config and data files of each process.