bst-init - Man Page

Initialize a new BuildStream project

Synopsis

bst init [Options] [TARGET_DIRECTORY]

Description

Initialize a new BuildStream project

   Creates a new BuildStream project.conf in the project
   directory.

   Unless `--project-name` is specified, this will be an
   interactive session.
   

Options

--project-name TEXT

The project name to use

--min-version TEXT

The required format version  [default: 2.3]

--element-path PATH

The subdirectory to store elements in  [default: elements]

-f, --force

Allow overwriting an existing project.conf

Info

2024-08-08 bst init Manual