Fluxion::Registry::Manifest
What a registry repository publishes.
The structure is deliberately strict: one manifest at a known path, one dedicated folder for the profiles it names. A registry whose layout is discovered rather than declared cannot be checked, and this is a file that tells a machine what to install.
Constants
FILE_NAME = "fluxion-registry.yaml"
The manifest's filename at the repository root.
PROFILE_DIRECTORY = "profiles"
The folder entries must live under. Confining them means a manifest cannot name a path elsewhere in the repository — or outside it.
SUPPORTED_API_VERSION = "fluxion.dev/registry/v1"
SUPPORTED_KIND = "Registry"
Constructors
Class methods
Instance methods
description
Sourceentries
Sourceids
Sourcemaintainer
Sourcename
Source