Skip to content

get artifacts

Overview

Command: r2r eac get artifacts <module> Purpose: Get resolved artifacts for a module Category: get

Syntax

r2r eac get artifacts <module>

Examples

# Get artifacts
r2r eac get artifacts r2r-cli | jq '.'

# Check if all exist
r2r eac get artifacts r2r-cli | jq -e '.all_exist'

# List missing artifacts
r2r eac get artifacts r2r-cli | jq '.artifacts[] | select(.exists == false) | .path'

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.