diff --git a/extensions/commands/art/cmd_build_info.py b/extensions/commands/art/cmd_build_info.py index 91781bb..1550b02 100644 --- a/extensions/commands/art/cmd_build_info.py +++ b/extensions/commands/art/cmd_build_info.py @@ -415,7 +415,8 @@ def build_info(conan_api: ConanAPI, parser, *args): @conan_subcommand(formatters={"text": text_formatter}) def build_info_create(conan_api: ConanAPI, parser, subparser, *args): """ - Creates BuildInfo from a Conan graph json from a conan install or create. + Creates BuildInfo from a Conan graph json. Refer to Conan documentation for commands that can output in that format. + (https://docs.conan.io/2/reference/commands/formatters/graph_info_json_formatter.html) """ _add_default_arguments(subparser, is_bi_create=True) diff --git a/extensions/commands/art/readme_build_info.md b/extensions/commands/art/readme_build_info.md index ee8a88e..c6dfe06 100644 --- a/extensions/commands/art/readme_build_info.md +++ b/extensions/commands/art/readme_build_info.md @@ -12,7 +12,7 @@ positional arguments: append Append published build to the build info. bundle-create Creates an Artifactory Release Bundle (v2) from the information of the Build Info. bundle-delete Deletes a Release Bundle v2 version and all its promotions. Both the Release Bundle attestation and all artifacts are removed. - create Creates BuildInfo from a Conan graph json from a conan install or create. + create Creates BuildInfo from a Conan graph json. Refer to Conan documentation for commands that can output in that format. delete Removes builds stored in Artifactory. Useful for cleaning up old build info data. get Get Build Info information. promote Promote the BuildInfo from the source to the target repository. @@ -65,7 +65,8 @@ $ usage: conan build-info create [-h] [-v [V]] [-cc CORE_CONF] [--server SERVER] [--with-dependencies] [--add-cached-deps] json build_name build_number repository [repository ...] -Creates BuildInfo from a Conan graph json from a conan install or create. +Creates BuildInfo from a Conan graph json. Refer to Conan documentation for commands that can output in that format. +(https://docs.conan.io/2/reference/commands/formatters/graph_info_json_formatter.html) positional arguments: json Conan generated JSON output file. @@ -260,4 +261,4 @@ optional arguments: --user USER User name for the Artifactory server. --password PASSWORD Password for the Artifactory server. --token TOKEN Token for the Artifactory server. -``` \ No newline at end of file +```