Skip to documentation
DocsPublish content

Publish an Artifact

Transfer a canonical Artifact root and its complete verified closure.

On this page

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-local

Artifact 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:v1

What 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.