get artifacts
Overview
Command: r2r eac get artifacts <module>
Purpose: Get resolved artifacts for a module
Category: get
Syntax
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
- show artifacts - Formatted table
- build
- validate artifacts
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.