Skip to content

cannibalcow/pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The worst pipeline util ever

Super simple and dumb pipeline tool

Usage: pl <COMMAND>

Commands:
  create
  run
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Example pipeline

A pipeline has a list of steps and every step has a command.

pipeline.yml

steps:
    - name: Say hello
      command: echo 'hello'%
    - name: Do great stuf
      command: rm -rf /
    - name: Bye
      name: logout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages