Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 605 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 605 Bytes

Kamal 2 Configuration: JSON Schema

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!

How to use

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.json

Contributing

Any contributions are welcome! Open an issue or submit a PR.

License

MIT