first commit
This commit is contained in:
17
system/upgrade_commands.yaml
Normal file
17
system/upgrade_commands.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-commands-schema.json
|
||||
commands:
|
||||
- name: "upgrade"
|
||||
description: "Upgrade projects and applications"
|
||||
script: "@(system)/upgrade.yaml"
|
||||
configs:
|
||||
- "@(system)/upgrade_applications_config.yaml"
|
||||
|
||||
- name: "upgrade-projects"
|
||||
description: "Upgrade projects"
|
||||
script: "@(system)/upgrade_projects.yaml"
|
||||
|
||||
- name: "upgrade-applications"
|
||||
description: "Upgrade applications"
|
||||
script: "@(system)/upgrade_applications.yaml"
|
||||
configs:
|
||||
- "@(system)/upgrade_applications_config.yaml"
|
||||
Reference in New Issue
Block a user