Attaching one
oss ext add ~/apache/log4j2-workoutoss ext listNAME KIND STATE VERBSlog4j runner ok list, run, matrix, coverage, repro, review, …devon memory ok file, index, harvest, map, digest, doctorThen use them through the core:
oss run --name log4j list --appsoss memory doctor| Command | Does |
|---|---|
ext add <path> |
Attach, or update an entry of the same name |
ext list |
What is attached, and whether it is still reachable |
ext refresh <name> |
Re-read that manifest after editing it |
ext remove <name> |
Forget the path. Deletes nothing on disk |
STALE means the manifest moved
Section titled “STALE means the manifest moved”The registry stores a snapshot plus its SHA-256. Edit the manifest and the entry
shows STALE, and dispatch is refused until you refresh.
Seeing it on a page
Section titled “Seeing it on a page”oss serve # http://localhost:1504Binds to loopback only, and never dispatches a verb: an outward write must be confirmed at a terminal, and a browser has none.