Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion extensions/commands/art/cmd_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 4 additions & 3 deletions extensions/commands/art/readme_build_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
```
```
Loading