latest--partial-pdm-dockerize
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/pyproject/_shared/latest--partial-pdm-dockerize.json |
| Parent schema | pyproject |
Type:
object
Properties
include
fnmatch-filter | fnmatch-filter[]
exclude
fnmatch-filter | fnmatch-filter[]
include_bins
fnmatch-filter | fnmatch-filter[]
exclude_bins
fnmatch-filter | fnmatch-filter[]
env_file
string
Path to a file with environment variables
env
Record<string, string>
Environment variables applied when running the script
Definitions
fnmatch-filter
string
A Unix filename pattern filter
"filename""filename.*""*.ext""script?/*-[!-_].sh"
selector
fnmatch-filter | fnmatch-filter[]