Skip to content

Forest Commands

Marco Ruzzon edited this page Feb 13, 2024 · 4 revisions

Command line interface

Forest's CLI is divided into four main verbs, i.e. init, add-recipes, grow and cut.

  • init
  • add-recipes
  • grow
  • cut

forest grow

If a source package already exists in the source directory it is not cloned again by forest grow command. The rationale being not to overwrite modifications to sources after they were cloned the first time.

Clone this wiki locally