2022-06-01 21:48:27 +01:00
|
|
|
A debug interface for embedded systems development on GNU/Linux.
|
2021-04-04 21:04:12 +01:00
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
bloom [ENVIRONMENT_NAME/COMMAND]
|
|
|
|
|
|
2022-05-06 19:34:12 +01:00
|
|
|
If no environment name or command is provided, Bloom will fall back to the environment named "default".
|
2021-04-04 21:04:12 +01:00
|
|
|
If no such environment exists, Bloom will exit.
|
|
|
|
|
|
|
|
|
|
Commands:
|
2022-05-06 19:30:43 +01:00
|
|
|
--help, -h Displays this help text.
|
|
|
|
|
--version, -v Displays Bloom's version number.
|
|
|
|
|
--version-machine Outputs Bloom's version number in JSON format.
|
2022-07-23 15:37:22 +01:00
|
|
|
init Creates a new Bloom project configuration file (bloom.yaml), in the working directory.
|
2021-04-04 21:04:12 +01:00
|
|
|
|
2021-04-14 01:23:57 +01:00
|
|
|
For more information on getting started with Bloom, please visit https://bloom.oscillate.io/docs/getting-started.
|