github.com/robgonnella/ardi/v2@v2.4.5-0.20230102052001-11a49de978c3/docs/ardi_add_build.md (about)

     1  ## ardi add build
     2  
     3  Add build config to project
     4  
     5  ### Synopsis
     6  
     7  
     8  Add build config to project
     9  
    10  ```
    11  ardi add build [flags]
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17    -b, --baud int                 Specify baud rate for build
    18    -p, --build-prop stringArray   Specify build property to compiler
    19    -f, --fqbn string              Specify fully qualified board name
    20    -h, --help                     help for build
    21    -n, --name string              Custom name for the build
    22    -s, --sketch string            Path to .ino file or sketch directory
    23  ```
    24  
    25  ### Options inherited from parent commands
    26  
    27  ```
    28    -q, --quiet     Silence all logs
    29    -v, --verbose   Print all logs
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [ardi add](ardi_add.md)	 - Add project dependencies
    35