Forrest logo
back to context overview

arduino-builder

List of commands for arduino-builder:

  • arduino-builder:tldr:6068f arduino-builder: Specify a custom build directory.
    $ arduino-builder -build-path ${path-to-build_directory}
    try on your machine
    explain this command
  • arduino-builder:tldr:a01d0 arduino-builder: Use a build option file, instead of specifying `--hardware`, `--tools`, etc. manually every time.
    $ arduino-builder -build-options-file ${path-to-build-options-json}
    try on your machine
    explain this command
  • arduino-builder:tldr:da7d9 arduino-builder: Enable verbose mode.
    $ arduino-builder -verbose ${true}
    try on your machine
    explain this command
  • arduino-builder:tldr:dce4a arduino-builder: Compile a sketch.
    $ arduino-builder -compile ${path-to-sketch-ino}
    try on your machine
    explain this command
  • arduino-builder:tldr:ea31f arduino-builder: Specify the debug level (default: 5).
    $ arduino-builder -debug-level ${1--10}
    try on your machine
    explain this command
back to context overview