#
init
The init
command is used to prepare your working directory for other commands.
terminal
baselime init --application <application_name> --description <description>
#
Options
--application
: Name of the application--description
: Description of the application
#
Examples
#
Example 1: Interactively initialise an application
Command:
terminal
baselime init
Output:
Intercative.
#
Example 2: Initialise an application with options
Command:
terminal
baselime init --application api --description "The api that powers our web application"
Output:
output
✔ .baselime.yml Generated