Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands/apps: Add apps spec validate-offline command (Fixes #1449)
Implement a new command to validate an app spec without requiring auth & connection to the API. This is useful for validating app specs in CI pipelines and untrusted environments. As there is no currently published [YAML schema][1] for use with [`redhat.vscode-yaml`][2], this seems to be the best approach for now. [1]: https://www.schemastore.org/json/ [2]: https://github.com/redhat-developer/yaml-language-server
- Loading branch information