Fetching Artifacts
The fetch command provides you with the ability to fetch artifacts from your artifact registry to your local file system. Artifacts once fetched from your registry can the be used for installation or for further analysis
The fetch command requires a release definition file as the input.
Let's assume you have the following release definition file with the name of the file as Sprint2-13-11.yaml
One can use the fetch command to fetch all the artifacts by issuing the command as shown below
Please note the scope flag, the scope flag should match exactly the scope that was provided during publish command
Last updated