[FEATURE] Add support for wash app validate
#2009
Labels
enhancement
New feature or request
ux
Issues related to User eXperience
wadm
Related to WADM
wash-cli
Issues pertaining to the wash CLI
Affected project(s)
Is your feature request related to a problem? Please describe.
When writing/building a WADM manifest, we should make it easier for people to validate whether the manifests have any obvious errors.
Like most other manifest formats, while the information is structurally checked, it is not semantically checked by the tools that are using it -- having some easily callable utility functions that check a manifest to see if it's reasonably configured (possibly emitting warnings) would be useful.
Describe the solution you'd like
To solve this we should:
wadm
wash
and other tools that may benefit from it (might make sense to issue warnings based on validation output)Note that some structures may belong in
core
rather thanwadm
so they can be more easily accessible.Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: