I'm looking at the documentation for how to publish build info with the cli. What is really unclear is how and where the cli stores the build info when running subsequent commands.
I can run a bunch of commands to "collect" build info: https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-CollectingBuild-Info
And then I run a command to publish it to jfrog: https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-PublishingBuild-Info
Where do commands like rt build-add-git
and rt build-collect-env
store build info that rt build-publish
pushes to jfrog? On disk?
Where is the equivalent of a rt show-collected-build-info
command so I can see what the heck this info is before I publish it?
Where is the command to "flush" the collected build info if I need to purge it and re-collect it?