Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
@dridk proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gueudelot committed May 4, 2017
1 parent b210b90 commit 7967c85
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/cliapi.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@

TODO
pirus version : return version
pirus help : return help
pirus pipelines help : return pipeline help
pirus pipelines list [filters]: return list of pipeline avaible
pirus pieplines show <name> : return information of pipeline <name>
pirus pipelines rem <name> : uninstall a pipeline
pirus pieplines add <path> : install a new pipeline
pirus [runs] list [filters] : show list of runs
pirus [runs] stop <id> : stop a run
pirus [runs] pause <id> : pause a run
pirus [runs] start <pipeline> --input <path> --output <path> --config <config>
prius [runs] show <id> : show run information
pirus [runs] inputs <id> : show files input
pirus [runs] outputs <id> : show files output
pirus [runs] logs <id> : show run log
pirus [runs] cd <id> : Change directory to the current run
pirus config : set pirus configuration

0 comments on commit 7967c85

Please sign in to comment.