Validate Command for Piral Instance #69
Labels
cli
Concerns the piral-cli application.
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
Description
Right now the Piral instance is checked in a shallow way to obey to the requirements / spec, e.g., if an
app
key is present (and valid) in the package.json.This should go a bit further and the validation should also be exposed in form of a Piral CLI command, such as
piral validate
.Background
If the information, e.g., in
files
is invalid it should be pointed out before scaffolding / runningpilet debug
or similar is tried. It should complain as soon as possible.Discussion
What should be verified? Initial guess:
app
field,pilets
section etc.pilets.files
are valid paths and in case ofapp
have a valid contentThe text was updated successfully, but these errors were encountered: