Commands Reference

Init

Creates a project (bootstraps the Projectfile, then run an update).

$ medikit init <projectname>

Update

Updates a project, according to Projectfile.

$ medikit update

Pipeline (alpha)

Starts, or continue, a project management pipeline.

$ medikit pipeline release start

If the pipeline already started, you can resume it:

$ medikit pipeline release continue