You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of running the tools from within the directory, it would be better to not have compiled .dylib and .so files within the git repository but instead publish them as packages on PyPI. Then one could pip install the tools and even include them in a Dockerfile for running CI/CD.
The text was updated successfully, but these errors were encountered:
./arduino-cloud-cli ota header-encode --help
encode header firmware to make it compatible with Arduino OTA
Usage:
arduino-cloud-cli ota header-encode [flags]
Flags:
--file string Binary file (.bin) to be encoded
-b, --fqbn string Device fqbn
-h, --help help for header-encode
Global Flags:
--format string The output format, can be: text, json, jsonmini, yaml (default "text")
-v, --verbose Print the logs on the standard output.
Instead of running the tools from within the directory, it would be better to not have compiled
.dylib
and.so
files within the git repository but instead publish them as packages on PyPI. Then one couldpip install
the tools and even include them in a Dockerfile for running CI/CD.The text was updated successfully, but these errors were encountered: