Skip to content

Latest commit

 

History

History

cmd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Package github.com/AljabrIO/koalja-operator/cmd

This package and its sub-folders contains the program entry points for all Koalja binaries.

Note that binaries are organized to perform multiple, but related roles.

For example there is one binary that contains all agents. To run a specific agent, use a commandline argument.

# Example of running the link agent
agents link ...
# Example of running the pipeline agent
agents pipeline ...