Skip to main content

CLI Reference

Pipeline‑UI comes with a command‑line interface (CLI) which enables you to:
  • Login: Use the pui login command to authenticate with your access token.
  • Initialize a Project: Use pui init to scaffold a new project.
  • Start the Server: Use either pui start (for folders) or pui start-file (for single files) to run the pipeline-ui application with hot reloading.
For more details on each command run:
pui --help