Start with a canonical Artifact root
Terminal
flt artifact pull \
flt://registry-alpha.fleetai.me/acme/evals/artifacts/fixtures:v1 \
artifact-local
flt inspect artifact-localArtifact commands transfer an existing canonical Artifact root. They are kind-checked and reject a TaskSet or Environment before assigning the alias or publishing anything.
Preview and publish
Terminal
flt artifact push artifact-local \
registry-alpha.fleetai.me/acme/evals/artifacts/fixtures:v1 --dry-run
flt artifact push artifact-local \
registry-alpha.fleetai.me/acme/evals/artifacts/fixtures:v1What moves with an Artifact
Embedded file and filesystem blobs travel with the immutable closure. External storage references remain explicit content rather than being silently copied. Browse published roots under Artifacts → project → repository.