Skip to main content
The CLI lets you initialize projects, run pipeline-ui

Common Commands

  • Login
    pui login
    
  • Initialize Project
    pui init
    
  • Start Pipeline-UI (Folder Mode)
    pui start 
    
    optional arguments:
    • path/to/your/project use . by default
    this starts both the python backend and the react frontend
  • Start Pipeline-UI (File Mode)
    pui start-file path/to/your/script.py
    
For further details run:
pui --help