# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-commands-schema.json commands: - name: "update" description: "Update project" script: "@(development)/update.yaml" - name: "build" description: "Build project" script: "@(development)/build.yaml" - name: "release" description: "Release project" script: "@(development)/release.yaml" - name: "deploy" description: "Deloy project" script: "@(development)/deploy.yaml" configs: - "@(development)/deploy-config.yaml"