From f20705db7e7b8407b1f12745f9a0de2d4a969355 Mon Sep 17 00:00:00 2001 From: Nav Date: Mon, 12 Feb 2024 20:34:41 +0000 Subject: [PATCH] Updated help text with new `--target-list-machine` command --- resources/help.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/help.txt b/resources/help.txt index b2850f77..94c49a61 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -7,9 +7,10 @@ If no environment name or command is provided, Bloom will fall back to the envir If no such environment exists, Bloom will exit. Commands: - --help, -h Displays this help text. - --version, -v Displays Bloom's version number. - --version-machine Outputs Bloom's version number in JSON format. - init Creates a new Bloom project configuration file (bloom.yaml), in the working directory. + --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. + 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.