build

command
v1.0.0-alpha.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2026 License: MIT Imports: 7 Imported by: 0

README

build

Parses an Agentfile and builds the OCI artifact into an in-memory store. Prints the resolved reference and the build descriptor as JSON. No network I/O — use examples/push to publish the result to a registry or examples/export to write it to a self-contained JSON file.

Usage

go run ./examples/build/ <path-to-Agentfile>

Example

go run ./examples/build/ demo/meteo/Agentfile
ref: meteo:latest@sha256:85819d2a…
{
  "Reference": { "Name": "meteo", "Tag": "latest" },
  "Digest":    "sha256:85819d2a…"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL