This repository provides JSON Schema support for Kamal 2 configuration files. It enables IDEs to offer hints, validation, and autocompletion for Kamal configuration files, making it easier to deploy your applications instantly!
In your deploy.yaml file, add the following at the top:
# yaml-language-server: $schema=https://raw.githubusercontent.com/RockieStar-Inc/kamal-json-schema/refs/heads/main/schema.jsonAny contributions are welcome! Open an issue or submit a PR.
MIT