CLI
formae project
Scaffold a forma project. Reference for formae project and its subcommands.
Work with formae projects. A project ties your forma files to the plugin schemas
they depend on, so PKL can resolve the resource types you use.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Scaffold a forma project. Reference for formae project and its subcommands.
formae project init [flags]
formae project init
formae project init [flags]
| Flag | Default | Description |
|---|---|---|
--include <package> | Packages to include. Repeatable. Use the @local suffix for local plugins, for example myplugin@local. | |
--plugin-dir <path> | ~/.pel/formae/plugins | Directory to scan for @local plugin schemas. |
--schema <pkl> | pkl | Schema to use for the project. |
-y, --yes | false | Skip confirmation prompts. |
--config <path> | Path to a config file. | |
--profile <name> | Named profile to use. |
