Posix Inventory¶
-
class forml.provider.inventory.posix.Inventory(path: str | Path =
PosixPath('/home/docs/.forml/inventory'))[source]¶ Bases:
InventoryPosix inventory implementation.
- Parameters:
The provider can be enabled using the following platform configuration:
config.toml¶[INVENTORY.devapps] provider = "posix" path = "/mnt/forml/dev/apps/"