Replaced --target-list-machine CLI command with a more generic --capabilities-machine command, so that I can include other info.

- Also moved the `insightAvailable` flag from the `--version-machine` command
This commit is contained in:
Nav
2024-02-12 23:22:19 +00:00
parent 09cea149d8
commit 46d75b3f4b
3 changed files with 16 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ Commands:
--help, -h Displays this help text.
--version, -v Displays Bloom's version number.
--version-machine Outputs Bloom's version number in JSON format.
--target-list-machine Outputs all targets and their configuration values, supported by this build, in JSON format.
--capabilities-machine Outputs the capabilities of this build, in JSON format.
init Creates a new Bloom project configuration file (bloom.yaml), in the working directory.
For more information on getting started with Bloom, please visit https://bloom.oscillate.io/docs/getting-started.